mass = int(input("Kilograms: ")) joules = mass * 300000000 ** 2 print(joules)
Last updated 2 months ago
Was this helpful?