Pookkalam by Navya.S.Raj

Code

c5=circle(r=100,fill='coral')
show(c5)
c1= circle(r=70,fill="gold",stroke="none")
c2= circle(r=50,fill="white",stroke="none")
show(c1,c2)
shape = circle(x=50, y=0, r=50,stroke="Teal",stroke_width="7") | repeat(10, rotate(36))
show(shape)
c6=circle(r=10,fill="crimson")|repeat(3, rotate(120))
show(c6)