Commit 9ea86f9c by BellCodeEditor

save project

parent 0d8988b3
Showing with 1 additions and 1 deletions
......@@ -10,5 +10,5 @@ b1=['袁术','夏侯惇','曹操','关羽']
b1.pop(3)
print(b1)
b2=['袁术','夏侯惇','曹操','关羽']
b2.pop.(-1)
b2.pop(-1)
print(b2)
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