Q. Which method is used to convert a list to a tuple?
β
Correct Answer: (A)
tuple()
Explanation: `tuple()` function is used to convert a list to a tuple.