Pookkalam by Pranitha J

Code

shape1= rectangle (w=300, h= 300, fill="white")
show(shape1)
c = circle(r=150,fill="orange")
show(c)
c3= circle (x=0, y=50,r=90,fill= "yellow")
show(c3)
c4= c3| rotate(30)
show(c4)
c5= c3| rotate(60)
show(c5)
c6= c3| rotate(90)
show(c6)
c7= c3| rotate(120)
show(c7)
c8= c3| rotate(150)
show(c8)
c9= c3| rotate(180)
show(c9)
c10= c3| rotate(210)
show(c10)
c11= c3| rotate(240)
show(c11)
c12= c3| rotate(270)
show(c12)
c13= c3| rotate(300)
show(c13)
c14= c3| rotate(330)
show(c14)
c15= c3| rotate(360)
show(c15)
c16=circle (x=0, y=50, r=90) | rotate(30)
show(c16)
c17=circle (x=0, y=50, r=90) | rotate(600)
show(c17)
c18=circle (x=0, y=50, r=90) | rotate(90)
show(c18)
c19=circle (x=0, y=50, r=90) | rotate(120)
show(c19)
c20=circle (x=0, y=50, r=90) | rotate(150)
show(20)
c21=circle (x=0, y=50, r=90) | rotate(180)
show(c21)
c22=circle (x=0, y=50, r=90) | rotate(210)
show(c22)
c23=circle (x=0, y=50, r=90) | rotate(240)
show(c23)
c24=circle (x=0, y=50, r=90) | rotate(270)
show(c24)
c25=circle (x=0, y=50, r=90) | rotate(300)
show(c25)
c26=circle (x=0, y=50, r=90) | rotate(330)
show(c26)
c27=circle (x=0, y=50, r=90) | rotate(360)
show(c27)

cc=circle (r= 110, fill= "black")
show (cc)


shape2= ellipse(fill="red") | repeat(20, rotate(30))

show(shape2)
c1=circle (x=0, y=0, r=68, fill="yellow")

show (c1)
c2=circle (r=50, fill="white")
show(c2)
s=rectangle (w=70,h=70, fill="violet")
show(s)
s1=s| rotate(30)
s2=s |rotate (60)
s3=s|rotate (90)
show(s1,s2,s3)
s4= circle (r=35, fill ="orange")
s5= circle(r=25, fill= "white")
show(s4,s5)
s6= circle(r= 15, fill= "brown")
show (s6)