Commit 1aa77894 by BellCodeEditor

save project

parent 452072e6
Showing with 4 additions and 3 deletions
a=["华雄"] a=["华雄"]
r=[] r=["关羽"]
a.append() a.append("关羽")
a.insert(1,"关羽") a.insert(1,"关羽")
a.extend(r) a.extend(r)
print(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