Q. Which method is used to convert a list to a tuple? (A) tuple() (B) convert() (C) toTuple() (D) list() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) tuple() Explanation: `tuple()` function is used to convert a list to a tuple.