Commit 8ee505e2 by BellCodeEditor

save project

parent ea0a580b
Showing with 1 additions and 13 deletions
......@@ -2,19 +2,7 @@
# b.remove('关羽')
# print(b)
a = ['华雄']
a.append('颜良')
b.append('文丑')
print(a)
a = ['华雄']
b = ['颜良','文丑']
a.extend(b)
print(a)
a = ['华雄']
a.insert(0,'颜良')
a.insert(1,'文丑')
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