Pookkalam by Nanditha Nandakumar

Code

c1=circle(r=145,stroke_width="4",stroke="purple",fill="green")
c2=circle(r=120,stroke_width="4",stroke="black",fill="red")
c3= circle(r=90,stroke_width="4",stroke="green",fill="yellow")
c4 = circle(r=60,stroke_width="4")
show(c1,c2,c3,c4)
e=ellipse(h=290,w=50,fill="pink")|repeat(8, rotate(45))
show(e)
e1=ellipse(h=250,w=30,fill="purple")|repeat(8, rotate(45))
show(e1)
e2=ellipse(h=200,w=20,fill="gold")|repeat(8, rotate(45))
show(e2)
r2= rectangle(w=100,h=100,stroke="black",stroke_width="3")|repeat(50, rotate(10)|scale(1))
show(r2)
c=circle(r=50,fill="maroon")
show(c)
r=rectangle(h=67,w=67,fill="coral")|rotate(45)
show(r)
r3=rectangle(h=50,w=50,fill="blue")|rotate(45)
show(r3)
r=rectangle(h=30,w=30,fill="red")|repeat(100, rotate(45))
show(r)
c0=circle(x=50,y=123,r=7,fill="yellow")|repeat(8, rotate(45))
show(c0)
c5=circle(x=45,y=95,r=7,fill="blue")|repeat(8, rotate(45))
show(c5)