Assignment Help-Python
Open Idle and type your program in idle.
Calculates the overall grade for four equally-weighted programming assignments, where assignments 1 and 2 are graded out of 50 points and assignments 3 and 4 are graded out of 75 points.
Calculates the overall grade for a course with three equally-weighted exams (graded out of 100) that account for 60% of the overall grade and four equally-weighted programming assignments (graded out of 50) that account for 40% of the overall graded.
weight = mass X 9.8
Write a program that asks the user to enter an objects mass, then calculates its weight . If the object weighs more than 500 newtons, display a message indicating that it is too heavy. If the object weighs less than 100 newtons display a message indicating that it is too light.