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.
5.2m questions
6.7m answers