Commit 9f691d88 by BellCodeEditor

save project

parent 189572a7
Showing with 3 additions and 1 deletions
......@@ -6,5 +6,6 @@ bor.remove("关羽")
bor.pop(0)
bor.pop(-1)
bor.append("关羽")
bor.index("关羽")
bor.insert(1,"关羽")
bor.extend("关羽")
print(bor)
\ 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