Examveda
Examveda

How can you add an element at the end of a list or tuple in Python?

A. append()

B. add()

C. insert()

D. extend()

Answer: Option A


This Question Belongs to Python Program >> Tuples In Python

Join The Discussion

Related Questions on Tuples in Python