Commit dc4454b6 by BellCodeEditor

save project

parent a979abaa
Showing with 3 additions and 3 deletions
......@@ -13,10 +13,9 @@ b = ['袁术','夏侯惇','曹操','关羽']
c = ['颜良','文丑']
b.pop(3)
a.append("关羽")
a.insent(2,"关羽")
a.append("关羽")
a.estend(c)
a.extend(c)
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