Pookkalam by Ayisha Marva

Code

c = circle(fill="maroon",stroke="black",stroke_width=3,r=140)
show(c)
c=circle(fill="darkgreen",stroke="white",stroke_width=4,r=130)
show(c)
shape=circle(fill="black",x=129,y=0,r=12)|repeat(45,rotate(10))
show(shape)
shape=circle(fill="darkgreen",x=129,y=0,r=10)|repeat(45,rotate(10))
show(shape)
shape=circle(fill="forestgreen",x=129,y=0,r=8)|repeat(45,rotate(10))
show(shape)
shape=circle(fill="limegreen",x=129,y=0,r=6)|repeat(45,rotate(10))
show(shape)
shape=circle(fill="maroon",x=129,y=0,r=1.5)|repeat(45,rotate(10))
show(shape)
shape=rectangle(fill="darkgreen",x=115,y=0, h=10, w=10)|repeat(45,rotate(10))
show(shape)
c=circle(fill="forestgreen",stroke="black",stroke_width=2,r=110)
show(c)
shape=rectangle(fill="orangered",x=104,y=0, h=10, w=10)|repeat(45,rotate(10))
show(shape)
c=circle(fill="green",stroke="black",stroke_width=3,r=98)
show(c)
shape=rectangle(fill="darkorange",x=93,y=0, h=10, w=10)|repeat(45,rotate(10))
show(shape)
c=circle(stroke="black",stroke_width=3,r=86)
show(c)
shape=rectangle(w=120,h=120)|repeat(30,rotate(8))
show(shape)
c=circle(fill="orangered",r=50)
show(c)
shape = circle(x=25, y=0, r=12) | repeat(36, rotate(10))
show(shape)