Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 19)
19.
Which method is used to add an element to the end of a list?
list.append()
list.insert()
list.extend()
list.add()
Answer: Option
Explanation:
The append() method is used to add an element to the end of a list in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.