Commit b54177fd by BellCodeEditor

save project

parent ed54754f
Showing with 2 additions and 0 deletions
...@@ -5,4 +5,5 @@ bor=["刘备","关羽","张飞","t"] ...@@ -5,4 +5,5 @@ bor=["刘备","关羽","张飞","t"]
bor.remove("关羽") bor.remove("关羽")
bor.pop(0) bor.pop(0)
bor.pop(-1) bor.pop(-1)
bor.append("关羽")
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