Commit b8add9d2 by BellCodeEditor

save project

parent fd5bf50c
Showing with 6 additions and 0 deletions
list=["赵云","张飞","关羽","刘备","黄忠","赵云"]
list.pop(4)
print(list)
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