A

Admin • 832.27K Points
Coach

Q. Which method adds an item to the end of a list?

  • (A) append()
  • (B) add()
  • (C) insert()
  • (D) push()
  • Correct Answer - Option(A)
  • Views: 22
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

append adds an item at the end of the list.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.