Back to quizzes
Lists Quiz
Python | Medium | 15 questions
Question 1 of 15
4 free questions left
What method would you use to add an element to the end of a list in Python?
A
ppend()
B
add()
C
insert()
D
extend()