5785 shaares
"remove" removes the first matching value, not a specific index
"del" removes a specific index
"pop" returns the removed element
"remove" removes the first matching value, not a specific index
"del" removes a specific index
"pop" returns the removed element