Skip to content

Commit

Permalink
fix int to in
Browse files Browse the repository at this point in the history
  • Loading branch information
keatinge committed May 30, 2016
1 parent 18e10da commit e53f2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/39_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

names = zip(first, last)

for a, b int names:
for a, b in names:
print(a, b)

0 comments on commit e53f2d4

Please sign in to comment.