Commit 7a1dfacb by BellCodeEditor

save project

parent 7b0bc278
Showing with 7 additions and 2 deletions
bros=["刘备","关羽","张飞"]
bros.remove("关羽")
print(bros)
\ No newline at end of file
print(bros)
y=["华雄"]
h=["颜良","文丑"]
y.extend(h)
print(y)
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