einstein.py

mass = int(input("Kilograms: "))
joules = mass * 300000000 ** 2

print(joules)

Last updated

Was this helpful?