Question: Python please In this part, you will use the student class that you created above in Exercise 1 and store multiple students' attributes in a

 Python please In this part, you will use the student class

Python please

In this part, you will use the student class that you created above in Exercise 1 and store multiple students' attributes in a single list that you will call: myStudentList. - You first need to create a list, and save 5 students' attributes as individual instances of the "Student" class in that list. (Create the first student instance and put it in the list as the first item, then create the second student instance, set its attributes and then enter it as the second item in your list, so forth so on.) - For each student info, you need to ask user to set that student's attributes. - Then you will print out a particular student's attributes to the screen. You will use the list (mystudentList). You will get the index from the user. If the index is larger than the list size, ask the user to enter another index. ]: \# First implement your student class betow: \# Get 5 students' attributes from the user \# print out a particular student's attributes to the screen. \# Get the index from the user. If the index is larger than the list size, ask the user to enter another index

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