[Solved] Why this code piece is producing this error? [closed]


Without code, I am having to guess this a fair bit. Attribute error means u are trying to access a attribute of an object that doesn’t exist.

For example if I have an object called rectangle. It has two attributes width and length; now if I try to use this rectangle and try to access an attribute called radius it would produce an error as that attribute for that object does not exist.

5

solved Why this code piece is producing this error? [closed]