Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 35)
35.
What is the purpose of the append() method in Python lists?
To remove an element from the list
To add an element to the end of the list
To add an element at a specified position
To check if an element is present in the list
Answer: Option
Explanation:
The append() method is used to add an element to the end of a list.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.