In the remainder of this question, you will design and implement a program to draw the
simpler frieze shown in Figure 2.
Figure 2 The frieze to be drawn for this question
In this frieze the basic element is a square tilted at 45 degrees to the horizontal. The sides of
the square are 50 units long and each copy of the basic element is shifted upward by 100
units relative to the previous copy (Figure 3).
Figure 3 Dimensions of the frieze
b. Next refine your decomposition, adding more detail so that it becomes an algorithm.
This is not yet a program, so you should write the steps in English rather than as Python
statements. To draw the basic element of the frieze you will need to use a second loop.
In the remainder of this question,you will design and implement a program to draw the simpler frieze shown in Figure 2.
Figure 2 The frieze to be drawn for this question
In this frieze the basic element is a square tilted at 45 degrees to the horizontal.The sides of
the square are 50 units long and each copy of the basic element is shifted upward by 100 units relative to the previous copy (Figure 3)
Figure 3 Dimensions of the frieze
b. Next refine your decomposition,adding more detail so that it becomes an algorithm This is not yet a program, so you should write the steps in English rather than as Python statements. To draw the basic element of the frieze you will need to use a second loop.