Exit Quiz
Question 1 of 4
1
of 4
Which list method can be used to add an item to the end of a list?
Select one answer
list.insert()
list.add()
list.append()
list.remove()
This method adds an item to the end of a list without specifying an index.
Need a hint?
Check