Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b31c2ea + 8a50fe8 commit 00bf60dCopy full SHA for 00bf60d
tests/basics/enumerate.py
@@ -1,9 +1,3 @@
1
-try:
2
- enumerate
3
-except:
4
- print("SKIP")
5
- raise SystemExit
6
-
7
print(list(enumerate([])))
8
print(list(enumerate([1, 2, 3])))
9
print(list(enumerate([1, 2, 3], 5)))
0 commit comments