Q. Which function is used to convert an integer to a string?
β
Correct Answer: (A)
str()
Explanation: str converts other data types to string.