Commit 625c04f3 by BellCodeEditor

save project

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