Might be doing this wrong? (Turtle graphics)

Terry Reedy tjreedy at udel.edu
Thu Mar 21 00:44:46 EDT 2019


On 3/20/2019 7:34 PM, jasonanyilian at gmail.com wrote:
> So, I typed in code:
> from turtle import *
> forward(100)
> right(120)
> clear()
> It didn't work! It kept on saying that there was an indent and the first line was wrong. Help!

that suggests that what you typed above is not what you ran. Did you run 
a file or enter interactively?  Either way, copy and paste the exact 
input and the full traceback.

-- 
Terry Jan Reedy




More information about the Python-list mailing list