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 7395b70 commit e685809Copy full SHA for e685809
basics/For Loop/collection.py
@@ -1,5 +1,5 @@
1
basket = ["Apple", "Banana", "Cherry"]
2
#for every fruit in basket,
3
for fruit in basket:
4
- #print the fruit
+ #print the fruits
5
print(fruit)
0 commit comments