Commit c3ffb614 by BellCodeEditor

save project

parent 291de8ee
Showing with 24 additions and 0 deletions
a=[1,2,3,4,6]
b=[7,8,9,10]
a.insert(4,5)
b.append(11)
print(a)
print(b)
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