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