We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb92b6 commit 00c34c0Copy full SHA for 00c34c0
loops.py
@@ -1,4 +1,4 @@
1
-fruits = ["apple", "banana", "cherry"]
+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."]
2
3
for fruit in fruits:
4
print(fruit)
0 commit comments