Concept

remove(x)

The built-in function remove will remove the first item in the list with the value x. If no item exists, it raises a ValueError.

Image 0

0

1

Updated 2021-05-19

Tags

Python Programming Language

Data Science