Skip to content

Commit 1bb92b6

Browse files
author
ee6-lang
committed
loops
1 parent 863ca31 commit 1bb92b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

loops.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
fruits = ["apple", "banana", "cherry"]
2+
3+
for fruit in fruits:
4+
print(fruit)

0 commit comments

Comments
 (0)