Pookkalam by Nazrin Nowshad

Code

c = circle()
shape=rectangle (w=250,h=250,full='red') 
show(shape) 
shape=shape |repeat (16),rotate(15)
show(shape) 
show(c)