Fill in the missing code so that instances of Student receive a name property.
Student
name
Make sure to pick __init__ followed by self and then ., name, =, name.
__init__
self
.
=