Question: Need help creating Python code for a lab problem. In this lab, you will write a Python program to calculate the average score and the

Need help creating Python code for a lab problem.

In this lab, you will write a Python program to calculate the average score and the letter grade for each student in the course. You may assume that all the required information is provided to you as a text file.

Need help creating Python code for a lab problem. In this lab,you will write a Python program to calculate the average score and

Input file: The input file is named input.txt and contains the following information: Number of students in the first line Number of test scores in the second line A list of Students' names and their test scores. Test scores are separated by comma. Note: number of students and number of test scores are not fixed. You should always read them from the input file. Here is an example of input file (input.txt): 15 John Smith, 80, 75, 90, 100, 95, 68 Sara Jones, 65, 80, 72,90, 75, 80

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!