Commit b5892466 by BellCodeEditor

save project

parent 93772cdd
Showing with 6 additions and 3 deletions
jug=['袁术','夏侯惇','曹操','关羽'] i=['袁术','夏侯惇','曹操','关羽']
jug.remove('关羽') i.remove('关羽')
print(jug) print(i)
a=['a','s']
i.extend('a','s')
\ 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