Pookkalam by Akhil

Code

c10=circle(x=0,y=0,r=145,fill="yellow",stroke="purple",stroke_width=7)
c1=circle(x=0,y=0,r=50,fill="orange",stroke="purple",stroke_width=8)
c2=circle(x=0,y=0,r=122,fill="orange",stroke="purple",stroke_width=10)
c3=circle(x=50,y=50,r=48,fill="yellow",stroke="red",stroke_width=3)
c4=circle(x=50,y=-50,r=48,fill="yellow",stroke="red",stroke_width=3)
c5=circle(x=-50,y=50,r=48,fill="yellow",stroke="red",stroke_width=3)
c6=circle(x=-50,y=-50,r=48,fill="yellow",stroke="red",stroke_width=3)
c7=circle(x=0,y=0,r=20,fill="yellow",stroke="red",stroke_width=3)
c8=circle(x=0,y=0,r=10,fill="white",stroke="red")

show(c10,c2,c3,c4,c5,c6,c1,c7,c8)