Q3
How can you add an element at the end of a list in Python?
A.
append()
AnswerB.
add()
C.
insert()
D.
extend()
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board