Skip to content

Commit 00c34c0

Browse files
author
ee6-lang
committed
listed more fruits
1 parent 1bb92b6 commit 00c34c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fruits = ["apple", "banana", "cherry"]
1+
fruits = ["apple", "banana", "cherry", "Apricot", "Avocado", "Banana", "Blueberry", "Cherry", "Coconut", "Cranberry", "Date", "Fig", "Grapes", "Grapefruit", "Guava", "Kiwi", "Lemon", "Lime", "Mango", "Orange", "Papaya", "Peach", "Pear", "Pineapple", "Plum", "Pomegranate", "Raspberry", "Strawberry", "Watermelon."]
22

33
for fruit in fruits:
44
print(fruit)

0 commit comments

Comments
 (0)