Commit 11f18bbb by BellCodeEditor

save project

parent c997c95b
Showing with 5 additions and 0 deletions
list=["香蕉","苹果","桃子","香蕉"]
list.pop(0)
list.remove('苹果')
print(list)
\ 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