Commit b1690405 by BellCodeEditor

save project

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