Pookkalam by Aswathi. T. P.

Code

s = ellipse(x=0,y=0,w=200,h=75,fill="pink", stroke_width=4) | repeat(8,rotate(45))
c = circle(x=0,y=0,r=65,fill="red",stroke_width=4)
c1 = circle(x=0,y=0,r=50,fill="blue",stroke_width=4)
c2 = circle(x=0,y=0,r=40,fill="green")
s1 = circle(x=20,y=0,r=20,stroke_width=3,stroke="yellow") | repeat(14,rotate(45))
l = rectangle(x=0,y=0,w=300,h=300,fill="black")
r1 = circle(x=75,y=0,r=75,stroke_width=5,stroke="brown") | repeat(9,rotate(80))
r2 = circle(x=65,y=0,r=65,stroke_width=5,stroke="orange") | repeat(9,rotate(80))
show (l,r1,r2,s,c, c1, c2,s1)