Commit f5860f36 by BellCodeEditor

save project

parent 66abc7d6
Showing with 6 additions and 2 deletions
...@@ -11,4 +11,8 @@ bro3=["张飞",166,8.3] ...@@ -11,4 +11,8 @@ bro3=["张飞",166,8.3]
bros[0]="关羽" bros[0]="关羽"
bros[1]="刘备" bros[1]="刘备"
bros.pop(0) bros.pop(0)
bros.remove("关羽") bros.remove("关羽")
\ No newline at end of file b.insert(1,"关羽")
b.append("离开")
a.extend(bros)
print(a)
\ 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