Skip to content

Commit e53f2d4

Browse files
committed
fix int to in
1 parent 18e10da commit e53f2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Python/39_python.py

+1-1
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)