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