Commit 330b40b9 by BellCodeEditor

save project

parent 60ca5c27
Showing with 3 additions and 2 deletions
a.inset(1)
a=["1"]
a=["1","2","3"]
c=["6","7"]
a.extend(c)
b.extend(a)
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