Answer:
weightEarth = float(input("Enter weight on earth: "))
weightMoon = weightEarth/6
print("Weight on moon:", weightMoon)
Step-by-step explanation:
You have to convert the string input into a float in order to do calculations with it.
7.8m questions
10.4m answers