Skip to content

Commit 699a819

Browse files
committed
edit code anyinpython
1 parent 9730596 commit 699a819

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

python-tutorials/anyinpython.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55
z = zip(names, age, hobby)
66

77
for n, a, h in z:
8-
print(n, a ,h)
8+
print(n, a ,h)
9+
10+
for n, a, h in z:
11+
print(n, a ,h)

0 commit comments

Comments
 (0)