Pookkalam by Anamika Prem .M

Code

shape1 = circle(x=140, y=0, r=10,fill="yellow") | repeat(36, rotate(10))
shape2 = rectangle(w=190, h=190,fill="blue") | repeat(9, rotate(10))
shape3 = circle(r=125,fill="#FF6700",stroke="pink",stroke_width=4)
shape4 = circle(r=93,fill="#4CC417",stroke="blue",stroke_width=6)
shape5 = circle(x=45, y=0, r=45,fill="#E42217",stroke="#FAF0DD",stroke_width=3) | repeat(6, rotate(60))
shape6 = rectangle(w=10, h=10,fill="purple", stroke="yellow", stroke_width=10) | repeat(9, rotate(10))
shape7 = circle(r=10,fill="violet")
show(shape1,shape2,shape3,shape4,shape5,shape6,shape7)