Pookkalam by Aswain P

Code

c = circle(r=25,fill="red")
e = ellipse(w=30, h=15,fill="pink")|(repeat(8,rotate(30)))|scale(0.8) 
s = rectangle(w=80,h=80,fill="gold",stroke="purple")|repeat(25,rotate(60)) 
c1 = circle(r=60,fill="green")
e1 = ellipse(w=190,h=130,fill="purple",stroke="none")|(repeat(3,rotate(60)))|scale(0.8) 
s1 = rectangle(w=200,h=198,fill="orange")|repeat(25,rotate(60)) 
c2 = circle(r=142,fill="black")
a = ellipse(h=155,fill="green",stroke="white",stroke_width=5)
e2 = a|rotate(90) 



show(c2,s1,c1,a,e2,e1,s,c,e,)