Commit 539a8069 by BellCodeEditor

save project

parent 59c86b9f
Showing with 2 additions and 1 deletions
......@@ -8,7 +8,8 @@ print(b)
b.append("关兴")
print (b)
b.extend("黄忠,赵云")
c=["黄忠","赵云"]
b.extend(c)
print(b)
......
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