Discuss / Python / error

error

Topic source

a = Animal() Traceback (most recent call last): File "<pyshell#27>", line 1, in <module> a = Animal() NameError: name 'Animal' is not defined


  • 1

Reply