Commit 6205736c by BellCodeEditor

save project

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