...something that the user knows.
It’s either b or c, but my final answer would be C
Answer:
You can use the pop() method to remove specific elements of a list. pop() method takes the index value as a parameter and removes the element at the specified index. Therefore, a[2] contains 3 and pop() removes and returns the same as output.
Explanation:
Hope it helps you!