Commit 0d4a99e6 by BellCodeEditor

save project

parent c01d8472
Showing with 7 additions and 1 deletions
b=['袁术','夏侯惇','曹操','关羽'] b=['袁术','夏侯惇','曹操','关羽']
b.remove('关羽') # b.remove('关羽')
b.append("小吃")
a=['果盘','偶数']
b.extend(a)
print(b) print(b)
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