Skip to content

Commit 068a3de

Browse files
committed
Simple for loop : list
1 parent c162ef2 commit 068a3de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

for_loop.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
3+
l = [1,2,3,4,5]
4+
5+
for i in l:
6+
print(i)

0 commit comments

Comments
 (0)