Commit fc8e6f89 by BellCodeEditor

save project

parent 7cb126e7
Showing with 1 additions and 1 deletions
...@@ -9,4 +9,4 @@ b.pop(3) ...@@ -9,4 +9,4 @@ b.pop(3)
# b.remove("关羽") # b.remove("关羽")
# a.insert(1,"关羽") # a.insert(1,"关羽")
c=["颜良","文丑"] c=["颜良","文丑"]
a.extend(]c) a.extend(c)
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