from turtle import* pu() speed(999999999999999999999999999999) bk(660) lt(90) bk(340) pd() rt(90) for i in range(66): pensize(4*2) color('green') if i%3==0: color('light green') lt(60) fd(20) bk(20) rt(60) else: lt(45) fd(20) bk(20) rt(45) color('dark green') fd(20) bk(1250) lt(45) pensize(40) color('brown') circle(350,51) pu() rt(51) fd(30) pd() fillcolor('green') begin_fill() color('green') circle(100) end_fill() rt(45) lt(90) color('orange') pu() fd(40) pd() fd(1) pu() lt(60) fd(120) pd() fd(1) rt(60) lt(90*2) pu() fd(70) rt(90) fd(10) pd() fd(1) rt(180) bgcolor('sky blue') pu() fd(750) lt(90) fd(300) lt(90) pd() fillcolor('yellow') begin_fill() pensize(1) circle(100) end_fill() pensize(7) for i in range(60): if i%2==0: color('red') else: color('orange') lt(90) fd(15) bk(15) rt(90) pu() circle(100,6) pd() def abr (): pencolor('white') fillcolor("white") begin_fill() circle(20,180) rt(180) circle(20,180) rt(180) circle(20,180) rt(180) circle(20,180) rt(180) lt(90) circle(20,180) rt(180) circle(20,180) rt(180) circle(20,180) rt(180) lt(90) pu() circle(20,-180) pd() circle(20,-180) pu() circle(20,-180) rt(180) pu() circle(20,-180) pd() circle(20,-180) pu() circle(20,-180) rt(180) pu() circle(20,-180) pd() circle(20,-180) pu() circle(20,-180) rt(180) pu() circle(20,-180) pd() circle(20,-180) pu() circle(20,-180) rt(180) lt(90) pu() circle(20,-180) pd() circle(20,-180) pu() circle(20,-180) rt(180) pu() circle(20,-180) pd() circle(20,-180) pu() circle(20,-180) rt(180) pu() circle(20,-180) pd() circle(20,-180) pu() circle(20,-180) rt(180) end_fill() pu() fd(330) lt(90) fd(200) abr()