Skip to content

Commit 9601b08

Browse files
authored
Fixed Python 2 code that won't work in Python 3
1 parent e7a404e commit 9601b08

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)