Pookkalam by Advait Anil Kumar

Code

s=circle(r=150,fill="gold")
show(s)
r=rectangle(w=200,h=200,fill="red")|repeat(10,rotate(36))
show(r)

c = circle(fill="yellow")
show(c)
e3=ellipse(w=30,h=200,fill="darkgreen")|repeat(12,rotate(30))
show(e3)
c5=circle(r=80,fill="violet")
c4=circle(r=65,fill="blue")
show(c4)
c3= circle(r=50,fill="lightblue")
show(c3)

c2=circle(r=21.5,fill="lightblue")
show(c2)
e=rectangle(w=60,h=60,fill="darkgreen")|repeat(10,rotate(36))
show(e)
r2=rectangle(w=30,h=30,fill="orange")|repeat(10,rotate(36))
show(r2)
c2=circle(r=15,fill="blue")
show(c2)