Commit 150829f0 by BellCodeEditor

save project

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