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