Commit b537f97f by BellCodeEditor

save project

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