Question: Write a Python program to perform the below: a) Create an empty list named Marks b) Input 'n' number of Marks and add to the

Write a Python program to perform the below: a) Create an empty list named Marks b) Input 'n' number of Marks and add to the list Marks c) Compute the Grade based on the following conditions Grade = 1, if the Marks is in between 71 to 100 Grade = 2, if the Marks is in between 50 to 70 Otherwise Grade = 3 d) Store the Grade in another list named GP e) Display the list Marks and GP CREATE THIS PAGE USING CSS Download and insert the image as shown below Download and insert the image as shown below
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
