Write a Python programs to solve the following. Scientist measure an object's mass in kilograms and its weight in newtons. The equation is weight = mass * 9.8. Write a program that asks the user to enter an object's mass and then calculates and displays its weight. If the object weighs more than 1,000 newtons display a message indicating that it is very heavy otherwise display a message indicating that it is very light.