Pookkalam by Vishnu K

Code

c1 = circle(r=125, fill="yellow", stroke="none")
c2 = circle(r=100, fill="orange", stroke="none")

shape = rectangle(w=100, h=100,fill="red", stroke="none") | repeat(8, rotate(60))

show(c1,c2,shape)