Commit b216f0f3 by BellCodeEditor

save project

parent 1c8b48a1
Showing with 5 additions and 2 deletions
b:[a,1,b,2,c3]
b:[a,1,b,c,2,3]
a.inset(1)
a=["1"]
c=["6","7"]
a.extend(c)
print(a)
\ No newline at end of file
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