Checkpoint 16.6.2.
The following program uses a turtle to draw a capital F as shown below, but the lines are mixed up. The program should do all necessary set-up: import the turtle module, get the space to draw on, and create the turtle. It should draw the lines in the order shown by the numbers in the picture on the left.
Drag the needed blocks of statements from the left column to the right column and put them in the right order. There may be extra blocks that are not needed in a correct solution. Then click on Check to see if you are right.
Hint: To go from the top of the F after drawing it to the middle section, you will want to jump to location (0,60).
