Памогиете Здесь есть ошибка
def setBlue():
t.color('blue')
def setGold():
t.color('gold')
def setPink():
t.color('pink')
def setBisque():
t.color('bisque')
def stepUp():
t.goto(t.xcor(), t.ycor() + step)
def stepDown(): - вот тут ошибка
t.goto(t.xcor(), t.ycor() - step)
def stepLeft():
t.goto(t.xcor - step, t.step() t.yc))
def stepRight():
t.goto(t.xcor() + step, t.ycor() t.ycor))