Commit 2823d921 by BellCodeEditor

auto save

parent 828ed1b1
Showing with 11 additions and 0 deletions
# for i in range(1,5)
# for i in range(1,5,2)
# for i in range(2,5)
# for i in range(1,5,-1)
# for i in range(5,1,1)
# for i in range(5,1,-1)
# for i in range(10,1,-3)
a=[1,2,3,4]
a.insert(-1,5)
print(a)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment