Skip to content

Commit 4552c08

Browse files
Merge pull request #357 from taw/patch-1
Fixed Python 2 code that won't work in Python 3
2 parents e7a404e + 9601b08 commit 4552c08

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/lesson2/tutorial.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,6 @@ Now in the REPL type:
130130

131131
>>> food = input("What is your favourite food? ")
132132

133-
When you give the REPL your response make sure you wrap it in quotes as this is
134-
storing your response as a string.
135-
136133
Now we are going to put your response into another variable.
137134

138135
Now try:

0 commit comments

Comments
 (0)