Skip to content

Commit 7cd2c41

Browse files
authored
For Loop Using List Of Fruit
1 parent c86a12d commit 7cd2c41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

for_furit.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
fruit = ['apples', 'oranges', 'peaches', 'pears', 'grapes', 'bananas', 'cherries']
2+
3+
for x in fruit:
4+
print(x)

0 commit comments

Comments
 (0)