Python - Classes and Object Lifecycle
You have a class
Student with attributes name and grades (a list). How do you add a new grade 95 to the student's grades list?