Code Sketch


a flower
By: CHICANE FERNANDES
def shape () {
  savePosHe ()
  left (45)
  right (90,100)
  right (90)
  right (90,100)
  restorePosHe ()
}

def block () {
  shape ()
  right (18)
}

cleari ()
setSpeed (fast)
setBackground (cm.fuchsia)
setPenColor (black)
setFillColor (cm.orange.fadeOut (0.5))
repeat (20) {
  block ()
}