Programming (Year 12)
Lists
What does the 'append()' method do in a list?
Adds an element to the beginning
Adds an element to the end
Removes the last element
Inserts an element at a specified index
Next