Памогиете Здесь есть ошибка
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))

ekaterimazimina ekaterimazimina    2   17.04.2021 16:34    0

Другие вопросы по теме Другие предметы