Programming (Year 12)
Lists
What does 'list.append()' do in Python?
Adds an item to the end of the list
Removes an item from the list
Sorts the list
Clears the list
Next