Commit 3316a129 by BellCodeEditor

save project

parent 7ad4b18d
Showing with 11 additions and 0 deletions
a=['吕布']
b=["袁术","曹操","颜良","文丑","关羽"]
b.remove('颜良')
b.remove('文丑')
# a.append()(1,'颜良')
# a.append()(2,'文丑')
c=["颜良","文丑"]
a.extend(c)
print(a)
print(b)
\ 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