Pookkalam by Akshay Philip

Code

c1 = Circle(radius=50,fill="orange",stroke="#800080")
c4 = Circle(radius=25,fill="red",stroke="#800080")
c2 = Circle(radius=100,fill="#800080",stroke="red")
c3 = Circle(radius=150,fill="yellow")
r1= rectangle(w=50,h=50,stroke="#800080")|repeat(20, rotate(10)|scale(1))
r2= rectangle(w=100,h=100,stroke="yellow")|repeat(50, rotate(10)|scale(1))
r3= rectangle(w=200,h=200,fill="red",stroke="#800080")|repeat(10, rotate(15)|scale(1))
show(c3,r3,c2,c1,r1,r2,c4)