Vidyalelo
Python · Q4

MCQs on Python Tuples: Exam

Programming · Python · question 4

Q4

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

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

Answer: Option A

Solution

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