Commit 9b9acc43 by BellCodeEditor

save project

parent c40f057f
Showing with 4 additions and 3 deletions
b=["夏侯惇","袁术","曹操","关羽"]
b.pop(3)
\ No newline at end of file
a=["关羽"]
b=["华雄"]
a.extend(b)
\ 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