Pookkalam by Anand P

Code

c1 = Circle(radius=50,fill="red",stroke="none")
c4 = Circle(radius=10,fill="blue",stroke="none")
c2 = Circle(radius=100,fill="yellow",stroke="none")
c3 = Circle(radius=150,fill="red")
c5 = Circle(radius=60,stroke="none",fill="brown")
c6 = Circle(radius=10,stroke="none",fill="#ff0090")
e1 = ellipse(w=200,h=50,fill="green",stroke="none")|repeat(10,rotate(angle=30))
r2= rectangle(w=100,h=100,stroke="none")|repeat(60, rotate(10)|scale(1))
r1 = circle(r=125,stroke="none",fill="blue")
r3= rectangle(w=200,h=200,fill="white",stroke="none")|repeat(20, rotate(15)|scale(1))
r4 = rectangle(w=80,h=40,fill="violet",stroke="none")|repeat(30,rotate(angle=60))
show(c3,r3,r1,c2,c1,r2,c4,e1,c5,r4,c6)