Download as pdf or txt
Download as pdf or txt
You are on page 1of 15

Drawing flags

Section 5
Objective

 In this tutorial, we are going to show and explain How to draw any flag using
python turtle.
Recap

 Turtle directions
 Turtle angles
Coordinates
To understand these code snippets you need to understand how to position the turtle (pen) on the screen using
(x,y) coordinates. The following two templates will help you understand coordinates and be useful to help you
design the algorithm to draw your own flags.
Draw France flag
We can divide the flag to three parts each part as rectangle
but with different color
Draw France flag con…

 Each part contains structure like this


Draw France flag con…
 The code
Draw France flag con…
 The output
Draw Palestine flag
We can divide the flag to three parts each part as rectangle
but with different color and red triangle
Draw Palestine flag con…
• The code
Draw Palestine flag con…
• The output
Apply
Apply
Apply
Thank You

You might also like