Commit c2329919 by BellCodeEditor

save project

parent 6da2dccd
Showing with 4 additions and 2 deletions
m=["q","w","e","r"] m=["q","w","e","r"]
m.pop(2) mmm=["d","f"]
\ No newline at end of file m.extend(mmm)
print(m)
\ 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