Vidyalelo
Python · Q3

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 3

Q3

How can you add an element at the end of a list 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