Предмет: Информатика, автор: alexgnatev

якщо не важко то перепишіть даю 30 балов

Приложения:

Ответы

Автор ответа: warthunder16789
1

Ответ:

import turtle

t = turtle.Turtle ()

t.shape ('turtle')

#малюємо обличчя

t.pencolor ('yellow')

t.fillcolor ('yellow')

t.begin_fill ()

t.circle (50)

t.end_fill ()

#малюємо ліве око

t.goto (-20,60)

t.fillcolor ('blue')

t.begin_fill ()

t.circle (10)

t.end_fill ()

#малюємо праве око

t.goto (20,60)

t.fillcolor ('blue')

t.begin_fill ()

t.circle (10)

t.end_fill ()

t.goto (-25, 40)

t.pencolor ('black')

t.width (10)

t.pendown ()

t.goto (-10, 20)

t.goto (10, 20)

t.goto (25, 40)

t.up()

t.width (1)

Похожие вопросы
Предмет: Химия, автор: zadoroznijegor38