Commit b1690405 by BellCodeEditor

save project

parent b5892466
Showing with 3 additions and 3 deletions
i=['袁术','夏侯惇','曹操','关羽'] i=['袁术','夏侯惇','曹操','关羽']
i.remove('关羽') i.remove('关羽')
print(i)
a=['a','s'] a=['a','s']
i.extend('a','s') i.extend(a)
\ No newline at end of file print(i)
\ 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