Commit 1518392a by BellCodeEditor

save project

parent 52043c2b
Showing with 8 additions and 0 deletions
list=[1,2,4,3,2]
list.remove(2)
print(list)
\ No newline at end of file
b=[1,2,3,4]
b.pop(3)
print(b)
\ 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