Pookkalam by Yamuna S

Code

c1=circle(x=0,y=0,r=50,fill="yellow",stroke="green")|repeat (6,rotate(25))
c2=circle(r=40,fill="orange",stroke="orange")
c3=circle(r=20,fill="violet",stroke="violet")          
c4=circle(r=30,fill= "yellow",stroke="purple")|repeat(9,rotate (50))       
c5=ellipse(w=50,h=30,fill="yellow",stroke="yellow")|repeat (9,rotate(40))
c6=rectangle(w=20,h=20,fill="red")|repeat (10,rotate(60))
c7=ellipse(w=5,h=12,fill="orange",stroke="darkblue")|repeat (30,rotate(30))
c8=circle(x=25,y=13,r=5,fill="green",stroke="orange")|repeat (90,rotate (30))
c9=circle(x=12,y=9,r=10,fill="light blue",stroke="maroon")|repeat (55, rotate(70))
c10=circle(x=5,y=5,r=1,fill="green",stroke="yellow")|repeat(30,rotate(25))
show(c1,c2,c3,c4,c5,c6,c7,c8,c9,c10)