Q. Which function converts an iterable to a list?
β
Correct Answer: (C)
list()
Explanation: `list()` can be used to convert tuples, sets, and other iterables to a list.