Vidyalelo
Python · Q7

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 7

Q7

What method is used to insert an element at a specific index in a list?

A.
insert()
Answer
B.
add()
C.
append()
D.
push()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board