Pookkalam by Gautham S

Code

c1= circle(r=140,fill="white",stroke="green",stroke_width="8")
c2= circle(r=120,stroke="red",stroke_width="35")
c12= circle(r=70,stroke="yellow",stroke_width="21")
c13= circle(r=50,stroke="maroon",stroke_width="19")
c14= circle(r=90,stroke="orange",stroke_width="25")
c3 = circle(x=101, y=0, r=20,fill="yellow",stroke="indigo",stroke_width="3")
c4 = c3 | rotate(45)
c5 = c3 | rotate(90)
c6 = c3 | rotate(135)
c7 = c3 | rotate(180)
c8 = c3 | rotate(225)
c9 = c3 | rotate(270)
c10 = c3 | rotate(315)
c11 = c3 | rotate(360)
s1 = ellipse(w=180,h=10,fill="pink",stroke="purple",stroke_width="4")
s2 = s1 | rotate(45)
s3 = s1 | rotate(90)
s4 = s1 | rotate(135)
s5 = ellipse(w=226,h=20,fill="cyan",stroke="blue",stroke_width="4")
s6 = s5 | rotate(22.5)
s7 = s5 | rotate(67.5)
s9 = s5 | rotate(112.5)
s8 = s5 | rotate(157.5)
c15 = circle(x=138, y=0, r=8,fill="pink",stroke="maroon",stroke_width="2")
c16 = c15 | rotate(22.5)
c17 = c15 | rotate(67.5)
c19 = c15 | rotate(112.5)
c18 = c15 | rotate(157.5)
c20 = c15 | rotate(45)
c21 = c15 | rotate(90)
c22 = c15 | rotate(135)
c23 = c15 | rotate(180)
c24 = c15 | rotate(225)
c25 = c15 | rotate(270)
c26 = c15 | rotate(315)
c27 = c15 | rotate(360)
c28 = c15 | rotate(202.5)
c29 = c15 | rotate(225)
c30 = c15 | rotate(292.5)
c31 = c15 | rotate(247.5)
c32 = c15 | rotate(337.5)
c33 = circle(x=101, y=0, r=5,fill="lime",stroke="teal",stroke_width=2)
c34 = c33 | rotate(45)
c35 = c33 | rotate(90)
c36 = c33 | rotate(135)
c37 = c33 | rotate(180)
c38 = c33 | rotate(225)
c39 = c33 | rotate(270)
c40 = c33 | rotate(315)
c41 = c33 | rotate(360)
show(c1,c2,c12,c13,c14,c3,c4,c5,c6,c7,c8,c9,c10,c11)
show(s5,s6,s7,s8,s9)
show(s1, s2, s3, s4)
show(c15,c16,c17,c18,c19,c20,c21,c22,c23,c24,c25,c26,c27)
show(c28,c29,c30,c31,c32,c33,c34,c35,c36,c37,c38,c39,c40,c41)