Skip to content

Commit 12f17a7

Browse files
committed
Merge pull request buckyroberts#65 from keatinge/master
fix int to in
2 parents 18e10da + e53f2d4 commit 12f17a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/39_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
names = zip(first, last)
55

6-
for a, b int names:
6+
for a, b in names:
77
print(a, b)

0 commit comments

Comments
 (0)