Commit cbbeb66d by BellCodeEditor

save project

parent a1f7d42c
Showing with 2 additions and 1 deletions
...@@ -9,4 +9,5 @@ bro3=["张飞",166,8.3] ...@@ -9,4 +9,5 @@ bro3=["张飞",166,8.3]
bros[0] = "关羽" bros[0] = "关羽"
bros[1] = "刘备" bros[1] = "刘备"
print(bros) print(bros)
b=["刘备","关羽", "张飞"]
print(b[2:])
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