why its showing the error that
NameError Traceback (most recent call last)
in
31 t.tell()
32 s = students(‘Shlok Vashishth’,23,95)
—> 33 s.tell()
in tell(self)
25
26 def tell(self):
—> 27 SchoolMember.tell(Self)
28 print(‘marks:"{:d}"’.format(self.marks))
29
NameError: name ‘Self’ is not defined