Commit 3f11e043 by BellCodeEditor

save project

parent a687c5d8
Showing with 11 additions and 6 deletions
b.pop(2)
b.remove("曹操")
b.remove("关羽")
for i in range(3)
list.remove("香蕉")
\ No newline at end of file
a=['华雄']
c=['颜良','文丑']
a.append('颜良')
a.append('文丑')
a.extend(c)
a.insert(0,'颜良')
a.insert(1,'文丑')
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