Skip to content

Commit fb444e3

Browse files
committed
Fix to turtle problem for midterm
removed about click the "Check" button
1 parent 6b2d34b commit fb444e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sources/turtles/turtleFAP.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The program below uses the ``goto(x,y)`` to move to the top left corner before d
143143
:numbered: left
144144
:adaptive:
145145

146-
The following program uses a turtle to draw a capital A as shown in the picture below, but the lines are mixed up. The program should do all necessary set-up: import the turtle module, get the screen/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 additional blocks that are not needed in a correct solution. Then click on *Check* to see if you are right. You will be told if any of the lines are in the wrong order or are the wrong blocks.
146+
The following program uses a turtle to draw a capital A as shown in the picture below, but the lines are mixed up. The program should do all necessary set-up: import the turtle module, get the screen/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 additional blocks that are not needed in a correct solution.
147147

148148
.. image:: Figures/DrawABig.png
149149
:width: 240px

0 commit comments

Comments
 (0)