Remove an item from a Python list by its index
Question
:
Which method would you use to remove an item from a list by its index?
remove()
delete()
pop()
clear()
Answer
:
C - is the correct answer