Commit 139132d6 by BellCodeEditor

save project

parent 014a069f
Showing with 1 additions and 2 deletions
...@@ -13,4 +13,4 @@ bros[1]="刘备" ...@@ -13,4 +13,4 @@ bros[1]="刘备"
print(bros) print(bros)
bros.remove("关羽") bros.remove("关羽")
bros.pop(1) bros.pop(1)
bros.pop(-2) bros.pop(-2)
\ 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