Commit 71f9a4b6 by BellCodeEditor

auto save

parent 28754d8b
Showing with 3 additions and 0 deletions
...@@ -6,5 +6,8 @@ a.append("颜良") ...@@ -6,5 +6,8 @@ a.append("颜良")
print(a) print(a)
a.insert(0,"文丑") a.insert(0,"文丑")
print(a) print(a)
b=["后裔","后羿"]
a.extend(b)
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