Respuesta :

Answer:

str

Explanation:

To convert a float to a string, the code would look like this:

answer = 5.3

strAnswer = str(answer)