0
Please help
Traceback (most recent call last): File "/data/user/0/ru.iiec.pydroid3/files/temp_iiec_codefile.py", line 27, in <module> a.rigt(90) AttributeError: 'Turtle' object has no attribute 'rigt'
1 Answer
+ 2
The message hints at line 27, saying you are trying to use an attribute that isn't defined.
If you need help, please link your code and explain what you are trying to do.