Commit f5860f36 by BellCodeEditor

save project

parent 66abc7d6
Showing with 5 additions and 0 deletions
......@@ -12,3 +12,7 @@ bros[0]="关羽"
bros[1]="刘备"
bros.pop(0)
bros.remove("关羽")
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