Skip to content

Commit ebb72f9

Browse files
authored
Clarification on indentation
This was a bit confusing to a student, though mainly because of the bug fixed in the previous commit.
1 parent 5200244 commit ebb72f9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

python/lesson2/tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ is bigger than three, we will receive a message telling us so. There is a
158158
different message if the number is smaller than three.
159159

160160
Also, now that we are getting more in depth with Python, we should say that
161-
Python is very particular about indentation. With Python, if any lines are not
162-
indented correctly the code will not run. If you are running into bugs, this
163-
is a good place to start.
161+
Python is very particular about indentation (i.e. the spaces at the start of a
162+
line of code). With Python, if any lines are not indented correctly the code
163+
will not run. If you are running into bugs, this is a good place to start.
164164

165165
In this final exercise we are going to ask you the number of coffees you have
166166
drunk today and then change the statement returned to you, depending on your

0 commit comments

Comments
 (0)