Commit a157fd3e by BellCodeEditor

auto save

parent cc4ced9e
Showing with 3 additions and 0 deletions
...@@ -5,4 +5,6 @@ bro3="张飞" ...@@ -5,4 +5,6 @@ bro3="张飞"
bros=["关羽","刘备","张飞"] bros=["关羽","刘备","张飞"]
bros[0] = "刘备" bros[0] = "刘备"
bros[1] = "关羽" 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