Pookkalam by Sarath Gopi M

Code

a=circle(r=150,fill="#006600",stroke="none")
show(a)
b=circle(r=146,fill="#ffcc00",stroke="none")
show(b)
c=rectangle(w=206,h=206,fill="#800000",stroke="none")|repeat(18, rotate(5))
show(c)
d=rectangle(w=206,h=206,fill="#DE1FD8",stroke="none")|repeat(9,rotate(10))
show(d)
e=circle(r=139.65,fill="#cc0000",stroke="none")
show(e)
f=circle(x=89.7,r=50,fill="#66ffff",stroke="none")|repeat(6,rotate(60))
show(f)
g=circle(y=89.7,r=50,fill="#00ff00",stroke="none")|repeat(6,rotate(60))
show(g)
h=circle(x=63.3,y=63.3,r=50.2,fill="#ff9900",stroke="none")|repeat(6,rotate(60))
show(h)
i=circle(r=130.8,fill="#ff99ff",stroke="none")
show(i)
j=circle(x=81,r=50,fill="#ffff66",stroke="none")
k=ellipse(x=50,w=162,h=82,fill="#996600",stroke="none")
l=circle(x=129,r=6.25,fill="#ff0000",stroke="none")
m=j+k+l
show(m)
n=m|repeat(15,rotate(24))
show(n)
o=circle(r=122.85,fill="#99ff99",stroke="none")
show(o)
p=circle(x=60,y=60,r=34,fill="#ff5050",stroke="none")|repeat(12,rotate(30))
show(p)
q=circle(x=60,y=60,r=24,fill="#ffcc00",stroke="none")|repeat(12,rotate(30))
show(q)
r=(ellipse(y=(122.85/2),w=30,h=122.5,fill="#009933",stroke="none")+circle(y=100,r=9,fill="#ffff66",stroke="none")+circle(y=100,r=3,fill="#DE1F6A",stroke="none"))|repeat(18,rotate(20))
show(r)
s=circle(x=44,y=44,r=24,fill="#cc6600",stroke="none")|repeat(12,rotate(30))
show(s)
t=rectangle(x=25,y=25,w=52,h=52,fill="#87CEEB",stroke="none")|repeat(12,rotate(30))
show(t)
u=circle(x=33.8,y=33.8,r=12.5,fill="#ff33cc",stroke="none")|repeat(12,rotate(30))
show(u)
v=rectangle(x=12.5,y=12.5,w=25,h=25,fill="#ffff66",stroke="none")|repeat(12,rotate(30))
show(v)
w=circle(x=18,r=8,fill="#ff9900",stroke="none")|repeat(9,rotate(40))
show(w)
x=circle(r=5,fill="#DE1F6A",stroke="none")
show(x)
y=circle(x=18,r=2.5,fill="#ff33cc",stroke="none")|repeat(9,rotate(40))
show(y)
z=(circle(x=33.8,y=33.8,r=7.5,fill="#ffff66",stroke="none")+circle(x=33.8,y=33.8,r=2.5,fill="#DE1F6A",stroke="none"))|repeat(12, rotate(30))
show(z)
print("Hope for the Next to be the Best")