Skip to content

Commit 71ba26f

Browse files
committed
Merge pull request qiwsir#12 from yourmoonlight/master
Update ahead_one_step.py
2 parents 6a5c646 + 8938985 commit 71ba26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ahead_one_step.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111

1212
def ahead_one():
13-
a = [i for i in range(10)]
13+
a = [i for i in range(1, 11)]
1414
b = a.pop(0)
1515
a.append(b)
1616
return a

0 commit comments

Comments
 (0)