Code Sketch


shapes
By: Marcelia Pinto
clear()
setSpeed(fast)
setBackgroundH(black, white)
    setPenColor(red)
    setFillColor(blue)
    left()
    forward(120)
    right(72)
    forward(120)
    right(72)    
    forward(120)
    right(72)
    forward(120)
    right(72) 
    forward(120)
    right(72)
    hop(-120)
   setPenColor(blue)
   hop(-200) 
   invisible()