Commit 74609468 by BellCodeEditor

save project

parent fb616375
Showing with 5 additions and 2 deletions
s=[] s=['袁术','夏候惇','曹操','关羽']
\ No newline at end of file s.remove("关羽")
print(s)
s.pop(3)
s.pop(-1)
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