Commit a7ec1b30 by BellCodeEditor

save project

parent 9f691d88
Showing with 2 additions and 0 deletions
...@@ -8,4 +8,5 @@ bor.pop(-1) ...@@ -8,4 +8,5 @@ bor.pop(-1)
bor.append("关羽") bor.append("关羽")
bor.insert(1,"关羽") bor.insert(1,"关羽")
bor.extend("关羽") bor.extend("关羽")
bor[2:4]
print(bor) 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