Q. Which function is used to convert a number into a string in Python?
β
Correct Answer: (B)
str()
Explanation: The `str()` function converts numbers and other data types into strings.