Home »
Python »
Python List MCQs
To eliminate any element from the list which function will be helpful
25. To eliminate any element from the list which function will be helpful.
- Delete()
- Remove()
- Undo()
- Del()
Answer: B) Remove()
Explanation:
Remove function will help you to remove the element from the list.