Answer:
By using the str() function.
teeth = 32
print(str(teeth))
Step-by-step explanation:
The str() function returns the string version of the given object.
5.1m questions
6.7m answers