Programming (12th Grade)
List Methods
Which of the following methods adds an element to the end of a list in Python?
add()
append()
insert()
extend()
Next