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