Question: I am not sure how to create this python script, it involves reading data off of a text file called HW3.1.txt. Thank you in advance.
I am not sure how to create this python script, it involves reading data off of a text file called "HW3.1.txt". Thank you in advance.

Develop a Python script, | that will read the data from the text file and use the data to compute a final course average and a letter grade for each student. The script should write the student ID, final course average (rounded to the nearest integer), and letter grade to a new text file called CourseGrade.txt. Each column should include a header (label). Course average is determined as follows: Quizzes 15% HW 20% Project 25% Midterm 20% Final Exam 20% Use the round command in your Python script to round the course average to the nearest integer. To determine letter grade, assume the following minimum scores: 90% for an A, 80% for a B, 70% for a C, 60% for a D
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
