Как сделать ёлку в python

Аватар автора
Мастерские занятия по Python
Программа: import turtle as t t.speed(1000) t.color('brown') t.begin_fill() t.up() t.goto(-50,-300) t.down() t.forward(50) t.left(90) t.forward(150) t.left(90) t.forward(50) t.left(90) t.forward(150) t.end_fill() t.left(180) t.up() t.forward(150) t.left(90) t.forward(50) t.left(180) t.down() t.color('green') t.begin_fill() t.forward(250) t.left(135) t.forward(250) t.left(90) t.forward(250) t.end_fill() t.up() t.left(225) t.forward(100) t.right(90) t.forward(100) t.down() t.begin_fill() t.forward(250) t.left(135) t.forward(250) t.left(90) t.forward(250) t.end_fill() t.up() t.left(225) t.forward(100) t.right(90) t.forward(100) t.down() t.begin_fill() t.forward(250) t.left(135) t.forward(250) t.left(90) t.forward(250) t.end_fill()

0/0


0/0

0/0

0/0