Turtle code not working

I was using the challenge 3 code that I was told to copy and paste into main.py, but it kept saying everything except for the comments were NameErrors. What do I do?
image-removebg-preview (6)

you need to have this right at the top

from turtle import *

1 Like

Oh, whoops, stupid mistake. Thanks.

We all make them :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.