KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

The …………… function in Python is used to add elements to an empty list.

  1. add()
  2. append()
  3. concatenate()
  4. fill()

Python List Manipulation

3 Likes

Answer

append()

Reason — The append() function is used to add elements to an empty list.

Answered By

2 Likes


Related Questions