Commit c25bdc8f by BellCodeEditor

save project

parent afde1929
a=['曹操','董卓','夏侯惇','关羽']
a.pop(3)
#remove('关羽')
# a.pop(3)
remove('关羽')
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