Commit d59e8c83 by BellCodeEditor

save project

parent a2fdaba7
Showing with 12 additions and 0 deletions
list=['香蕉','苹果','梨','香蕉','香蕉']
list.pop(4)
list.remove('香蕉')
print('lest')
\ No newline at end of file
a=['华雄']
a.insert(1,'关羽')
a.append('张飞')
list=('颜良','文丑')
a.extend(list)
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