We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b62b14 + 427d342 commit efada7dCopy full SHA for efada7d
python/lesson4/tutorial.md
@@ -69,7 +69,7 @@ We can change the function to use a parameter. Let's change it so that it
69
allows the user to specify the name they want to print:
70
71
>>> def print_name(name):
72
- ... print "My name is " + name
+ ... print("My name is " + name)
73
...
74
>>> print_name("Lisa")
75
My name is Lisa
0 commit comments