why is terminal in scientific notation python code example Example: python print do not use scientific notation num = 5 / 40000000 output = f"{num:.9f}" print(output)