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 6a5c646 + 8938985 commit 71ba26fCopy full SHA for 71ba26f
ahead_one_step.py
@@ -10,7 +10,7 @@
10
"""
11
12
def ahead_one():
13
- a = [i for i in range(10)]
+ a = [i for i in range(1, 11)]
14
b = a.pop(0)
15
a.append(b)
16
return a
0 commit comments