Question: 2. Write a Python script to generate the following output: 812162024 3. Write a Python program to compute grades for 5 students. For each student,

2. Write a Python script to generate the following output: 812162024 3. Write a Python program to compute grades for 5 students. For each student, ask user to input 4 grades (inputs should lie between 0 and 100, inclusive) in variables grade1, grade2, grad3, grade4. Now compute the average for the grades of that student. Print the average as a percentage. Use a loop to repeat this computation for 5 students
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
