Pookkalam by Anha parween

Code

c1 = circle(r=140,fill='red',stroke="green",stroke_width=5)
show(c1)
c2 = circle(r=80,fill='white',stroke="green",stroke_width=2)
c3 = circle(r=50,fill='maroon', stroke="maroon",stroke_width=2)
c4 = circle(r=20,fill='pink',stroke="maroon",stroke_width=2)
c5 = circle(r=10,fill='red', stroke="red", stroke_width=2)
c6 = circle(r=5,fill='white',stroke="white", stroke_width=2)
c7 = circle(r=1,fill='green', stroke="green", stroke_width=2)
El=ellipse(w=270, h=140, fill='yellow') |repeat (6, rotate(60))
El2=ellipse (w=200,h=100, fill='green') |repeat (6, rotate(60))
show(El,El2,c2,c3,c4,c5,c6,c7)