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