We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26074d7 commit 39919cdCopy full SHA for 39919cd
enumerate.py
@@ -0,0 +1,5 @@
1
+a = [1,2,3,4,5,6]
2
+b = {'a','b','c'}
3
+
4
+for x,y in enumerate(a):
5
+ print(x,y)
0 commit comments