Commit 961fa59b by BellCodeEditor

auto save

parent c18d66a8
Showing with 2 additions and 0 deletions
b=["刘备","孙悟空","宋江","贾宝玉"] b=["刘备","孙悟空","宋江","贾宝玉"]
b.pop(2) b.pop(2)
b.remove("宋江")
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