Pookkalam by VYSHNAVI WARIER R

Code

shape1 = rectangle(w=200, h=200, fill = "black", stroke_width = 0) | repeat(9, rotate(10))
shape11 = rectangle(w=180, h=180, fill = "red", stroke_width = 0) | repeat(9, rotate(10))
shape111 = rectangle(w=160, h=160, fill = "orange", stroke_width = 0) | repeat(9, rotate(10))

shape2 = circle(x=0, y=0, r=50, fill = "darkred", stroke = "#fcdb03", stroke_width = 4)
shape3 = circle(x=0, y=0, w=30, h=200, fill = "green", stroke = "#ad0502", stroke_width = 3) | repeat(20, rotate(10))
shape4 = circle(x=0, y=0, r=40, fill = "#ff6303",stroke_width = 0)
shape5 = circle(r=30, fill = "yellow", stroke_width = 0)
show(shape1,shape11,shape111,shape3,shape4,shape5,shape2)