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 863ca31 commit 1bb92b6Copy full SHA for 1bb92b6
loops.py
@@ -0,0 +1,4 @@
1
+fruits = ["apple", "banana", "cherry"]
2
+
3
+for fruit in fruits:
4
+ print(fruit)
0 commit comments