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

PYTHON PROGRAM
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. 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. \# First implement your Student class below: \# 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. Implement a class called "Student" in Python. This class will have the following attributes: name, - age, and grade. After implementing the Student class: - create two instances of the "Student" class and 18 and 19 ). After setting all the values for all the instances, print all the attributes of each student to the screen. \# First implement your student class below: \# After defining your class, create two instances of it: \# Now you can test your instances by using the below examples
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
