Home
/
04
/
045
prog4_19.py
x = 1.23456789e-5 print(f"x = {x:.10f}") # プログラム4-19(精度の指定)