Skip to content

Commit 27f1a0e

Browse files
committed
another example
1 parent 1d63cfe commit 27f1a0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
a = ["one", "two", "three", "four", "five"]
2+
b = [0, 9, 10, 11, 12]
3+
4+
for x in zip(a, b):
5+
print x
6+

0 commit comments

Comments
 (0)