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 18e10da + e53f2d4 commit 12f17a7Copy full SHA for 12f17a7
Python/39_python.py
@@ -3,5 +3,5 @@
3
4
names = zip(first, last)
5
6
-for a, b int names:
+for a, b in names:
7
print(a, b)
0 commit comments