Skip to content

Commit 88f634b

Browse files
committed
python tutorial amend
1 parent 3195877 commit 88f634b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/lesson2/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ Then type `greeting` into your REPL to receive your message.
8282

8383
### Decision making using variables
8484

85-
Now that we know how to use variables and know how to store data, let's play round with decision making and changing input based on your answer.
85+
Now that we know how to use variables and know how to store data, let's play round with decision making and changing prints based on your answer. Now that we are getting more in depth with Python, we should say that Python is very particular about tabbing. Tabbing is the indents created when writing code. With Python, if certain lines are not indented correctly the code will not run.
8686

87-
In this final exercise we are going to ask you the number of coffees you have drank todaya and then change the statament back at you depending on your answer.
87+
In this final exercise we are going to ask you the number of coffees you have drank today and then change the statament back at you depending on your answer.
8888

8989
Let's create a variable called:
9090

0 commit comments

Comments
 (0)