Hi I need help how fixing the error AttributeError type object 'Student' has no attribute 'energy' and NameError name 'get_grade' is not defined

My best guess for corrections is that
student.energy should be self.student_energy
and get_grade probably needs arguments, or maybe its a method like a.get_grade() or self.get_grade()