Vidyalelo
Python · Q2

MCQs on Python Tuples: Exam

Programming · Python · question 2

Q2

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

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