We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c162ef2 commit 068a3deCopy full SHA for 068a3de
for_loop.py
@@ -0,0 +1,6 @@
1
+
2
3
+l = [1,2,3,4,5]
4
5
+for i in l:
6
+ print(i)
0 commit comments