Pookkalam by Vyshnav K K

Code

c = Rectangle(center=point(x=0,y=0),width=210,height=210,stroke="red",stroke_width=2,fill="white") | repeat(72,rotate(5))
s=ellipse(w=200,h=10,fill="blue",stroke="blue",stroke_width=2) | repeat(72,rotate(5))
s1=circle(x=0,y=40,r=40,stroke="pink",stroke_width=3,fill="yellow")
s2=circle(x=40,y=0,r=40,stroke="pink",stroke_width=3,fill="yellow")
s3=circle(x=-40,y=0,r=40,stroke="pink",stroke_width=3,fill="yellow")
s4=circle(x=0,y=-40,r=40,stroke="pink",stroke_width=3,fill="yellow")
s5=circle(x=0,y=0,r=148.5,stroke="green",stroke_width=2)
show(c,s,s1,s2,s3,s4,s5)