Question: Please solve this with python. Thank you so much Write a Python program to create a student list from a file (reverse engineering). Assume that

Please solve this with python. Thank you so much
Write a Python program to create a student list from a file (reverse engineering). Assume that you have a file which consists of student ID, score of midterm1, score of lab, score of final on each line. Read all lines of the file and create a list of students and their information. students.txt >> 2, 5, 98 64, 22, 35 572 - 77, 24, 52 16, 12, 26 h 769 = ##. 12. 35 When you run the code, you will have students list on the console 111 40. 40. 42
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
