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