New to programming, taking a Udemy course, getting a RecursionError: maximum recursion depth exceeded error
The code is just for a lesson where I’m pretty much just copying the code that the teacher is writing. This lesson is about classes and objects, and I’m having issue with my Square object.
How to use Python classes [closed]
Closed 20 mins ago.
I keep getting the attribute error when try to run this code in python
AttributeError: ‘Person’ object has no attribute ‘say_hello’