Programming (Year 12)
Lists
Which of the following methods can be used to append an item to a list in Python?
add()
append()
push()
insert()