Commit dffd7e14 by BellCodeEditor

save project

parent b5e4276e
Showing with 5 additions and 3 deletions
b=["刘备","关羽","张飞"]
b.remove("关羽")
print(b)
瓜摊=["华强"]
厕所=['s','m']
瓜摊.extend(厕所)
print(瓜摊)
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