converting float to str python code example Example: convert float to string python my_float = 3.88 print(str(my_float))