In this topic, you will learn how to draw an arrow using turtle graphics.
Follow the instructions below to draw an arrow.
INSTRUCTIONS:
In the IDE to your right, we have given the code for the top half of the arrow:
Your instructions:
You should have completed your arrow!
This uses the same principles used in the previous topics. Drawing straight lines with forward and using left or right to make turns. With these commands you can draw almost anything. Isn’t that fantastic.