Commit a8c2859c by BellCodeEditor

auto save

parent 1a1c8119
Showing with 3 additions and 2 deletions
o=["颜良"," ikun"] o=["颜良"," ikun"]
i=["a","b","d","c"] i=["a","b","d","c"]
i.insert(4,"j") #i.insert(4,"j")
i.append("L6") #i.append("L6")
i.extend(o) i.extend(o)
print(i) print(i)
\ 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