Commit ea5ad233 by BellCodeEditor

save project

parent e4cdad21
Showing with 3 additions and 1 deletions
...@@ -12,4 +12,5 @@ bros[1]="刘备" ...@@ -12,4 +12,5 @@ bros[1]="刘备"
bros[0]="关羽" bros[0]="关羽"
print(bros) print(bros)
bors.pop(1) bors.pop(1)
bors.remove(张飞 bors.remove("张飞")
print(bros)
\ 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