Commit bc6e3021 by BellCodeEditor

save project

parent 2b301b1d
Showing with 8 additions and 4 deletions
......@@ -14,12 +14,16 @@ print(bros)
list=['苹果','香蕉','西瓜','香蕉','桃子','香蕉']
list.remove('西瓜')
pop(4)
list.pop(3)
print(list)
a=['华雄']
c=['颜良','文丑']
a.extend(c)
print(a)
a=['吕布']
b=['袁术','公孙瓒',"刘备","关羽","张飞",'曹操']
print(b[2:5])
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