Programming (Year 11)
Lists
Which method is used to add an element to the end of a list in Python?
append()
add()
insert()
extend()
Next