Pookkalam by Sanika

Code

c= rectangle (w=200,h=200,stroke='black',stroke_width= 10) | repeat(90, rotate(5))

s = rectangle(w=190,h=190,stroke='brown',fill='brown') | repeat(50,rotate(50))
r= rectangle(w=175,h=175,stroke='red',fill='red') | repeat(50,rotate(50))
m= rectangle(w=160,h=160,stroke='orange',fill='orange') | repeat(50,rotate(50))
n= rectangle(w=145,h=145,stroke='yellow',fill='yellow') | repeat(50,rotate(50))
o= rectangle(w=130,h=130,stroke='brown',fill='brown') | repeat(50,rotate(50))
x= rectangle(w=120,h=120,stroke='red',fill='red') | repeat(50,rotate(50))
y= rectangle(w=110,h=110,stroke='orange',fill='orange') | repeat(50,rotate(50))
#e = ellipse(w=180,h= 180,fill='orange',stroke='none') | repeat(200,rotate(10))

p= ellipse(w=20,h=110,fill='yellow',stroke='none') | repeat(7,rotate(50))
cp=circle(r=10,fill='red')
show(c,s,r,m,n,o,x,y,p,cp)