ELECTRON_MASS = 9.109_384e-31 how_many = int(input("電子何個ですか?")) mass = ELECTRON_MASS * how_many print("合わせておよそ", mass, "kgです") # プログラム4-5(電子の質量)