Skip to content

Commit 78968e9

Browse files
committed
For with tuples
1 parent c8f064f commit 78968e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

for_loop.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
l = {'one':1}
3+
l = (1, 3, 4)
44

55
for i in l:
66
print(i)

0 commit comments

Comments
 (0)