Traceback (most recent call last):
File “c:\users\plewb\mu_code\e.py”, line 38, in
turtle.color(‘blue’)
File “”, line 5, in color
turtle.Terminator pls help
Hi P,
Sorry you had to wait so long. But I’ll try…
I copied yr code and got a few questions.
On line, [turtle.color(‘red’) and (‘blue’) and (‘green’)] , the quotes seem mixed up.
(I never know if that is due to this platform translating incorrectly or something else.)
So, In case you didn’t know, Quotes are ‘up and down’ usually by the ‘enter’ key. The backtick<`> on the top left of yr keyboard may not work the same.
Double check your functions ‘def’ and ‘for loops’ for proper indentation. Again, I never know if that is a copy/paste problem.
HTH