Question: Python program to store and display the student name and marks of a student as shown in output Q1) Write a program to read the

Python program to store and display the student name and marks of a student as shown in output

Q1) Write a program to read the file "Subject.txt" and store the data in various variables. The data about a student are to be stored in a list. For example, data of the first student are stored as

[18447565, VANDERGRAFF, T, [74.0, 42.5, 57.0]]

where the marks are also stored in a list.

Print each of the student's detail as a list, each student on one line.

Attach your program (with suffice.py)andfiles, which show your outputs.

Subject.txt file give below

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 Programming Questions!