Commit 69b25534 by BellCodeEditor

save project

parent 93d9d004
Showing with 3 additions and 3 deletions
bros=["刘备","关羽","张飞"] bros=["刘备","关羽","张飞","o"]
bros[1]="刘备" bros.remove("o")
bros[0]="关羽"
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