prog4_18.py

x = 1.23456789e-5
print(f"x = {x:f}")

# プログラム4-18(固定小数点表現)