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.
1 parent 18e10da commit e53f2d4Copy full SHA for e53f2d4
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