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

3 Likes

Answer

tuple()

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

Answered By

1 Like


Related Questions