Programming (Year 11)
Data Structures
Which method is used to add an element at the end of a list in Python?
add()
append()
insert()
push()