Pookkalam by Aishwarya A

Code

c1=circle(r=150,fill="#ff4800") 
show(c1)
shape = Rectangle(width=200, height=200,fill="#538d22") | Repeat(18, Rotate(angle=10))
show(shape)
c2=circle(r=115,fill="#ffffff")
show(c2)
e1=ellipse(h=230,w=100,fill="#FF4500")|repeat(8,rotate(45))
show(e1)
c3=circle(r=85,fill="#006400")
show(c3)
c4=circle(r=70,fill="#ffd500")
show(c4)
show(circle(r=50,fill="#FF4500"))
shape = Rectangle(width=100, height=30) | Repeat(18, Rotate(angle=10))
show(shape)
show(circle(r=12,fill="#ffffff"))