Question: aaa.b() causes NameError name 'a' is not defined but I'd like to know how to operate b() in the class. This is working but above

 aaa.b() causes NameError "name 'a' is not defined" but I'd like

aaa.b() causes NameError "name 'a' is not defined" but I'd like to know how to operate b() in the class.

to know how to operate b() in the class. This is workingThis is working but above b() is not.

class A: def a(self) return 1 def b(self): return a() aaaACO

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!