[Tutor] Turtle help

Marc Tompkins marc.tompkins at gmail.com
Fri Aug 28 18:53:47 EDT 2020


On Fri, Aug 28, 2020 at 3:47 PM Carrie Udowychenko <carrieudo at gmail.com>
wrote:

> I am new to Python and have tried every command I can find but still do not
> seem to be able to access a turtle library and do any drawing.
>
> I have tried: import turtle
> and from turtle import *
>
> But after both of these any commands like forward or right still show
> errors and forward is not recognized. Please help
>

Try this?
https://opentechschool.github.io/python-beginners/en/simple_drawing.html


More information about the Tutor mailing list