Commit 65eb07af by BellCodeEditor

save project

parent d18a364d
Showing with 3 additions and 2 deletions
...@@ -10,4 +10,5 @@ b.pop(3) ...@@ -10,4 +10,5 @@ b.pop(3)
# b.remove("关羽") # b.remove("关羽")
a.insert(1,"关羽") a.insert(1,"关羽")
# a.append("关羽") # a.append("关羽")
a.extend("颜良","文丑") c=["颜良","文丑"]
\ No newline at end of file a.extend(c)
\ 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