Q. Which function is used to sort a list?
β
Correct Answer: (C)
sort()
Explanation: The sort method sorts a list in place.
Explanation: The sort method sorts a list in place.