Add element to the end of a Python list

Question:
What method is used to add an element to the end of a list?

  1. push()
  2. append()
  3. extend()
  4. put()
Answer:
B - is the correct answer