A

Admin • 833K Points
Coach

Q. Which method is used to add elements from another list to an existing list?

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

Explanation by: Admin

`extend()` adds elements from another iterable to the end of the list.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.