Question: In Python, lists have several built-in methods. Which of the following methods should we use if we want to remove the i-th element in the

In Python, lists have several built-in methods. Which of the following methods should we use if we want to remove the i-th element in the lis "mylist" and store in the variable x? O x- mylist.index(i) x-mylist.remove@ O x- mylist.extend(i) O x- mylist.pop(i)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
