Examveda
Examveda

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

A. insert()

B. add()

C. append()

D. push()

Answer: Option A


This Question Belongs to Python Program >> Tuples In Python

Join The Discussion

Related Questions on Tuples in Python