Question: python program: (10pts) Write a class that implements a struct/record structure. In your struct store Student information such as name, netid, and gpa. Write a
python program:
(10pts) Write a class that implements a struct/record structure. In your struct store Student information such as name, netid, and gpa. Write a function that can access a student in a list of 5 structs by netid and print their name and gpa. Show that your function works by calling it.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
