Pookkalam by Bhavya suresh

Code

c = circle()
show(c)
c=circle(r=145,fill="yellow",stroke="red",stroke_width= 6)
show(c)
c1=ellipse(w=80,h=200,fill="red",stroke="black", stroke_width=4)|repeat(4,rotate(45))
show (c1)
c2=circle(x=-100,y=50,r=15,fill="red",stroke="black",stroke_width=2)
c3=circle(x=-100,y=-50,r=15,fill="red",stroke="black",stroke_width=2)
c4=circle(x=-40,y=-100,r=15,fill="red",stroke="black",stroke_width=2)
c5=circle(x=40,y= -100,r= 15,fill="red",stroke="black",stroke_width=2)
c6=circle(x= 100,y=50 ,r= 15,fill="red",stroke="black",stroke_width=2)
c7=circle(x= 100,y= -50,r= 15,fill="red",stroke="black",stroke_width=2)
c8=circle(x= 40,y= 100,r=15 ,fill="red",stroke="black",stroke_width=2)
c9=circle(x=-40 ,y= 100,r= 15,fill="red",stroke="black",stroke_width=2)
show (c2,c3,c4,c5,c6,c7,c8,c9)