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)
9.4m questions
12.2m answers