Suppose that a text file contains student records on each line and each record is of the format:
Name of Student, Student Id, GPA
Write code to read the file line by line and store all the records in lists or tuples. Hint: You need to create a list of lists or list of tuples.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.