Speed(?) 
 penup? 
 ? (-200, -200) 
 ? (90) 
 Pendown? 
 begin_fill? 
 ? ("tan") 
 #Trace the outside of the grid (shape is a square) 
 ? (400) 
 right(?) 
 ? (400) 
 right(?) 
 ? (400) 
 right(?) 
 ? (400) 
 right(?) 
 end_fill? 
 ? Go to lower, left corner of R and have turtle look up. Pen and shape fill blue 
 ?() 
 set position(?) 
 ?() 
 ? ("blue") 
 begin_fill? 
 ? Trace the outside of the letter R. 
 forward(?) 
 ? (90) 
 ? (160) 
 right(?) 
 forward(?) 
 ? (90) 
 ? (20) 
 ? (100) 
 ? (120) 
 right(?) 
 ? (40) 
 right(?) 
 ? (120) 
 ? (80) 
 forward(?) 
 left(?) 
 ? (120) 
 ? (90) 
 ? (40) 
 right(?) 
 end fill () 
 ? Move to inside of R (lower left corner). Color tan and fill the shape. 
 penup? 
 ? (-40,20) 
 ?() 
 color ("?") 
 begin_fill? 
 ? Trace the inside of R (shape is a square). 
 forward(?) 
 ? (90) 
 ? (80) 
 right(?) 
 forward(?) 
 ? (90) 
 ? (80) 
 right(?) 
 end_fill? 
 ? Go to lower, left corner of R. Make pen white and pensize 8. 
 ?() 
 ? (-80, -140) 
 ? ("white") 
 pensize(?) 
 ?() 
 ? Trace outside of the letter R. 
 forward(?) 
 ? (90) 
 ? (160) 
 right(?) 
 forward(?) 
 ? (90) 
 ? (20) 
 ? (100) 
 ? (120) 
 right(?) 
 ? (40) 
 right(?) 
 ? (120) 
 ? (80) 
 forward(?) 
 left(?) 
 ? (120) 
 ? (90) 
 ? (40) 
 right(?) 
 ? Move to inside of R (lower left corner). 
 penup? 
 ? (-40,20) 
 ?() 
 ? Trace the inside of R (shape is a square). 
 forward(?) 
 ? (90) 
 ? (80) 
 right(?) 
 forward(?) 
 ? (90) 
 ? (80) 
 right(?)