Commit a801d54f by BellCodeEditor

save project

parent a333860b
Showing with 4 additions and 4 deletions
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
x = ["a","b","c","d"] x = ["a","b","c","d"]
x.remove("d") x.remove("d")
print(x) print(x)
a = ["华雄"]
c = ["颜良","文丑"]
a.extend(c)
print(a)
......
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