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