Commit cbc8f708 by BellCodeEditor

save project

parent 92178a46
Showing with 1 additions and 2 deletions
...@@ -11,4 +11,4 @@ b1.pop(3) ...@@ -11,4 +11,4 @@ b1.pop(3)
print(b) print(b)
b2=['袁术','夏侯惇','曹操','关羽'] b2=['袁术','夏侯惇','曹操','关羽']
b2.pop(-1) b2.pop(-1)
print(b) print(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