Commit 5d9f4591 by BellCodeEditor

save project

parent c2329919
Showing with 3 additions and 3 deletions
m=["q","w","e","r"]
m=["q","w","e","r","z","x","v","c"]
mmm=["d","f"]
m.extend(mmm)
print(m)
\ No newline at end of file
m2=m[2:5]
\ 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