Pookkalam by Sudheesh S

Code

c = Circle(radius=150, fill="yellow", stroke="transparent")
c1 = Circle(radius=50, fill=color(237, 85, 14), stroke="transparent", center=Point(100,0)) | Repeat(10,rotate(36))
c2 = Circle(radius=130, fill="blue", stroke="transparent")
c3 =Circle(radius=125, fill="yellow", stroke="transparent")
c4 =Circle(radius=70, fill="blue", stroke="transparent")
c5 =Circle(radius=60, fill="yellow", stroke="transparent")
c6 =Circle(radius=45, fill="orange", stroke="transparent")
c8 =Circle(radius=8, fill="yellow", stroke="transparent")
c9 =Circle(radius=2, fill="blue", stroke="transparent")
c7 =Circle(radius=12, fill="red", stroke="transparent", center=Point(20,0)) | Repeat(10,rotate(36))
r = Rectangle(width=175, height=175, fill=color(215, 2, 247), stroke="transparent") | Repeat(20,rotate(9))
r2 = Rectangle(width=125, height=150, fill="orange") | Repeat(10,rotate(18))
e =ellipse(w=160,h=80,fill="green") | Repeat(15,rotate(12)) 
show(c,c1,c2,c3,r,r2,e,c4,c5,c6,c7,c8,c9)