Commit cc28cc0e by BellCodeEditor

save project

parent c757cd0a
Showing with 3 additions and 1 deletions
list=["1","2","1","3","3"]
list.remove("3")
c=[1,2]
list.extend([1,3])
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