Pookkalam by Krishna P M

Code

r1 = rectangle(fill="red", l=50, w=30) | repeat(6, rotate(60)) 
r1 += circle(fill="blue", r =30)
c1 = circle(fill="pink", r= 100) + circle(fill="green", r= 80)
shapes= c1 + r1
show(shapes)