Add element to the end of a Python list
Question
:
What method is used to add an element to the end of a list?
push()
append()
extend()
put()
Answer
:
B - is the correct answer