Commit a4db7e47 by BellCodeEditor

save project

parent b61d2691
Showing with 2 additions and 1 deletions
......@@ -3,6 +3,6 @@ a.insert(1,"关羽")
print(a)
a.append("颜良")
print(a)
b=["张飞""刘备"]
b=["张飞","刘备"]
a.extend(b)
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