Pookkalam by Athul U

Code

c1=circle(r=45, fill= "white", stroke="none")

r3=rectangle(w=200,h=200,fill="orange",stroke="none")|repeat(3,rotate(120))

r5=rectangle(x=0,y=15,w=50,h=20,fill="cyan",stroke="none")

c2= circle(r=45,stroke="green",stroke_width=15)

r6=rectangle(x=0,y=1,w=50,h=20, fill= "yellow", stroke="none")

r7=rectangle(x=0,y=-15,w=50,h=15,fill="red",stroke="none")

r8=rectangle(x=18,y=18,w=15,h=15,fill="skyblue",stroke="none")

r9=rectangle(x=5,y=-15,w=15,h=15,fill="lightgreen",stroke="none")

r10=rectangle(x=18,y=-15,w=13,h=15,fill="brown",stroke="none")

r1=rectangle(w=30,h=10,fill="orange",stroke="none")| repeat(4,rotate(120))

c3= circle(r=80, fill= "yellow", stroke="none")

c4= circle(r=140, fill= "green", stroke="none")

r2=rectangle(w=90,h=90,fill="pink",stroke="none")|repeat(5,rotate(120))

c7= circle(r=110, fill= "lightblue", stroke="none")

s1=circle(x=95,y=0,r=10,fill=" white") | repeat(36,rotate(20))

s2=circle(x=95,y=0,r=5,fill="red") | repeat(36,rotate(20))

c5= circle(r=110, stroke="white")

show(c4,r3)

show(r1,c7)

show(c3,r2,c2,c1,s1,s2,r5,r6,r7,r8,r9,r10,c5)