Commit eb9c127a by BellCodeEditor

save project

parent 7f82d05d
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ for i in range(3): ...@@ -4,7 +4,7 @@ for i in range(3):
b.pop(3) b.pop(3)
print(b) print(b)
c=["关羽","刘备"] c=["关羽","刘备"]
c.pop(-1) c.pop(-2)
print(c) print(c)
d=["关羽","张飞"] d=["关羽","张飞"]
d.remove("关羽") d.remove("关羽")
......
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