Python - Constructors and Object Initialization
You want to create a class
Student that stores name and grades list. Which __init__ method correctly initializes these attributes?