Загрузка данных


t.color(color_name)
t.begin_fill()
for _ in range(sides):
    t.forward(length)
    t.right(360 / sides)
t.end_fill()