Skip to content

Commit e685809

Browse files
committed
Adding For Loop
1 parent 7395b70 commit e685809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/For Loop/collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
basket = ["Apple", "Banana", "Cherry"]
22
#for every fruit in basket,
33
for fruit in basket:
4-
#print the fruit
4+
#print the fruits
55
print(fruit)

0 commit comments

Comments
 (0)