Question: python Paragraph Font 2. Pythom Programming for Grade Calculation Given different scored marks of students We need to find grades. The test sore is an


python
Paragraph Font 2. Pythom Programming for Grade Calculation Given different scored marks of students We need to find grades. The test sore is an average of the respective marks scored in assignments, tests and lab works. The tinal test score s assigned using below formula 10 % of marks scored from submission 70 % of marks scored from "rest 20 % ofmarks scored in Lab-Works ssignm nts ade will be calculated according to E score >=90. "A" 2. score>= 80 a "B" 3 score 70 "C 4, score >= 60 "D" Also, calculate the total class average and letter grade of class. Your Python Programming: The program shall have the following features: 1. Create a student's dictionary that consists of the student name. assignment scores, test scores, and lab scores as below Jack fname Jack Thomas". assignment 190,.60.80. 70 /test178,90/"lab (68,84 2. Define a function to calculate average 3. Define a function to calculate the total average 4. Determine the letter grade of each student 5. Print the student s output as below Jack Thomas The average score of Jack Thomas is Letter grade of Jack Thomas is
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
