Pookkalam by Anantha Krishnan

Code

a=circle(r=150,fill="#4B0082",stroke="black",stroke_width=2)
show(a)

b=rectangle (w=200,h=200,fill="#7FFFD4", stroke="#7FFFD4") | repeat (20,rotate(50))
show(b)

c=circle(r=120, stroke_width=2)
show(c)

d=ellipse(h=143,w=26,x=0,y=50,stroke="black",stroke_width=2,fill="#FF00FF	")|repeat(13,rotate(27.6))
show(d)

e= circle(r=55, fill='#00BFFF', stroke_width=2)
show(e)

f=ellipse(w=40,h=20,x=20,y=0,stroke="black",stroke_width=2,fill="#7FFFD4") | rotate(22.5)
F=f|repeat(9, rotate(45))
show(F)

g=circle(r=10,fill="#00BFFF")
show(g)