petal1 = rectangle(w=50,h=59,x=30,y=0, fill="red", stroke="yellow",stroke_width="3") petal2 = ellipse(w=20,h=50,x=30,y=38, fill="yellow", stroke="green") | rotate (45) petal = petal1+petal2 flower = petal|repeat(60,rotate (135)) flower_ring = flower | scale(0.7) | translate(100) | repeat (100, rotate(160)) Flower_bed = flower_ring | repeat (4,scale(0.5) | rotate(170)) show(Flower_bed)