number = float(input("enter a num"))format_num = float(f"{number:.2f}") print(f"{format_num}")
0.6666666666666666666666666666
enter a num0.67
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!