Q. Which function is used to convert a number to a string?
β
Correct Answer: (B)
str()
Explanation: `str()` converts a number to a string.