Informatics Practices

Fill in the blanks:

_________ method is used to delete elements from a list if index is not known.

Python List Manipulation

2 Likes

Answer

remove()

Answered By

3 Likes


Related Questions