Pookkalam by Aparna k p

Code

f=color(r=255,g=0,b=0)
c1 = circle(r=103, fill="green")
c2= circle(r=70,fill ="brown")
c3 =ellipse(w=250,h=20,fill="yellow", stroke_width=2) | repeat(100,rotate(10))
c4 =rectangle(w=170,h=170,fill ="red", stroke="blue")|repeat(10, rotate(50))
c5 =circle (r=60,fill ="peachpuff")
c6 =rectangle (w=80,h=80,fill ="orange",stroke="none") | repeat(100,rotate(100))
c7 =rectangle (w=70,h=70,fill="violet",stroke ="brown") | repeat(60, rotate(100))
c8 =ellipse(w=75,h=10,fill="green") | repeat(100,rotate(10))
c9 =circle(r=25, fill ="darkred")
show(c4,c1,c3,c2,c5,c6,c7,c8,c9)