Commit a8d52b8a by BellCodeEditor

save project

parent e787f51b
Showing with 0 additions and 3 deletions
...@@ -13,6 +13,4 @@ bros[1]="刘备" ...@@ -13,6 +13,4 @@ bros[1]="刘备"
print(bros) print(bros)
bros.pop(0) bros.pop(0)
print(bros) print(bros)
bros.pop(-3)
print(bros)
bros.append('关羽') bros.append('关羽')
\ 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