float to str pythno code example Example: float to string python pi = 3.1415 # float piInString = str(pi) # float -> str