Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .learn/vscode_queue.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"name":"initializing","time":11103633.208},{"name":"reset","time":11103649.958},{"name":"configuration_loaded","time":11110720.875},{"name":"start_exercise","time":11516703.541,"data":"00-welcome"},{"name":"start_exercise","time":11343127.166,"data":"01-first-app"},{"name":"start_exercise","time":11712832.541,"data":"00-welcome"},{"name":"start_exercise","time":11177933.125,"data":"07-add-excuse-options"},{"name":"start_exercise","time":11038974.5,"data":"08-generate-random-positions"},{"name":"start_exercise","time":11214078.916,"data":"09-access-values-randomly"}]
[{"name":"initializing","time":311039786.724},{"name":"reset","time":311039825.004},{"name":"configuration_loaded","time":311051544.608},{"name":"start_exercise","time":310575657.729,"data":"00-welcome"}]
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

Disneyland for procrastinators and lazy people.

This project is ideal to are avoiding someone annoying, it takes no more than 20 lines of code, and it can save you for the rest of your life!
This project is ideal {when you are} avoiding someone annoying, it takes no more than 20 lines of code, and it can save you for the rest of your life!

## The Goal

We wanted a project that used very little Python but still with a very fun application, the excuse generator takes 20 lines of code, is super simple to understand and is the perfect first-ish project for any beginner developer.
We wanted a project that used very little Python but {is} a very fun application{. The} excuse generator takes 20 lines of code, is super simple to understand and is the perfect first-ish project for any beginner developer.

## 🌱 How to start this project?

1. Make sure you have a Github account at: https://github.com
2. We recommend to open this reposiory using a provisioning tool like [Codespaces](https://4geeks.com/lesson/what-is-github-codespaces) (recommended) or [Gitpod](https://4geeks.com/lesson/how-to-use-gitpod). Alternatively you can cloning it on your local computer using the `git clone` command.
2. We recommend {opening} this reposiory using a provisioning tool like [Codespaces](https://4geeks.com/lesson/what-is-github-codespaces) (recommended) or [Gitpod](https://4geeks.com/lesson/how-to-use-gitpod). Alternatively you can cloning it on your local computer using the `git clone` command.

This is the repository you need to open or clone:

Expand All @@ -32,7 +32,7 @@ $ learnpack start

## Instructions

Please create a python script that generates an excuse each time it is runned.
Please create a python script that generates an excuse each time it is {ran}.

## Discuss with your classmates the strategy first

Expand Down