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)
6.5m questions
8.6m answers