Answer:
str
Step-by-step explanation:
To convert a float to a string, the code would look like this:
answer = 5.3
strAnswer = str(answer)
5.3m questions
6.9m answers