KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

The …………… function in Python is used to convert a list into a tuple.

  1. list()
  2. convert()
  3. tuple()
  4. list()

Python List Manipulation

2 Likes

Answer

tuple()

Reason — The tuple() function is used to convert a list into a tuple.

Answered By

3 Likes


Related Questions