Correct answer & explanation
✓insert: Inserts an element at a given index.
The correct matches are: insert inserts at an index, remove deletes first occurrence of a value, pop removes and returns an element by index. Common confusions involve swapping append (adds a single element) and extend (adds elements from an iterable).
About these practice questions
One of 498 original PCEP practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
How Courseiva writes practice questions · Editorial policy