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.
7.8m questions
10.5m answers