Friday, January 27, 2023

Соёмбоны гал зурах

 from turtle import *

coor = [(25,155),(25,158),(24,160),(23,162),(22,164),(21,165),(20,167),(19,169),(18,171),(18,173),(18,175),(17,178),(16,180),(15,181),(14,182),(13,183),(10,185),(12,183),(12,181),(13,179),(13,177),(13,175),(12,172),(11,171),(11,169),(11,167),(12,166),(13,164),(14,163),(15,161),(15,160),(14,158),(13,157),(12,156),(10,156),(9,156),(7,156),(6,158),(5,159),(5,161),(5,162),(5,165),(6,167),(6,169),(8,174),(9,176),(9,178),(9,181),(8,184),(7,187),(5,189),(3,193),(2,194),(1,197),(0,199),(0,202),(1,204),(2,207),(2,208),(4,210),(2,209),(1,208),(-1,207),(-2,204),(-3,202),(-3,200),(-3,198),(-3,195),(-2,193),(-2,190),(-2,188),(-3,186),(-4,184),(-5,182),(-6,180),(-7,178),(-8,175),(-8,173),(-7,170),(-6,169),(-6,166),(-5,164),(-5,160),(-6,157),(-7,156),(-8,156),(-10,156),(-12,156),(-13,156),(-14,157),(-15,159),(-15,161),(-14,163),(-13,165),(-12,166),(-11,167),(-10,169),(-11,171),(-12,175),(-13,177),(-13,180),(-12,182),(-10,185),(-13,184),(-14,182),(-15,181),(-17,179),(-17,177),(-18,174),(-18,171),(-19,168),(-20,166),(-21,164),(-23,162),(-24,160),(-25,158),(-25,155),(-25,152),(-25,150),(-24,147),(-23,145),(-22,143),(-21,141),(-19,139),(-17,137),(-15,135),(-12,134),(-10,132),(-7,132),(-4,131),(0,130),(4,131),(9,132),(12,133),(14,134),(17,137),(19,139),(21,142),(22,144),(23,147),(24,150),(25,155)]

up()

goto(24,155)

hideturtle()

down()

for x,y in coor:

    goto(x,y)


exitonclick()



No comments:

Post a Comment