Might be doing this wrong? (Turtle graphics)

jasonanyilian at gmail.com jasonanyilian at gmail.com
Wed Mar 20 19:34:36 EDT 2019


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!



More information about the Python-list mailing list