Commit 4c5a7732 by BellCodeEditor

save project

parent 7baa9822
Showing with 3 additions and 0 deletions
......@@ -7,4 +7,6 @@ bug2=["刘备",161,9.1]
bug3=["张飞",166,8.3]
bug[0]="关羽"
bug[1]="刘备"
bug.pop(2)
bug.remove("刘备")
print(bug)
\ 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