The automobile is the invention
Government weapon in cold war
A. Hypothesis can be tested and proven.
Answer:
weightEarth = float(input("Enter weight on earth: "))
weightMoon = weightEarth/6
print("Weight on moon:", weightMoon)
Explanation:
You have to convert the string input into a float in order to do calculations with it.
1. Option 3
2. Option 2
3. Option 3