Skip to content

Commit c8f064f

Browse files
committed
For with dict
1 parent 068a3de commit c8f064f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

for_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
l = [1,2,3,4,5]
3+
l = {'one':1}
44

55
for i in l:
66
print(i)

0 commit comments

Comments
 (0)