We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0b089 commit 8c23c31Copy full SHA for 8c23c31
For Loops .py
@@ -0,0 +1,3 @@
1
+word="Hello world"
2
+for letter in word:
3
+ print(letter)
0 commit comments