[Solved] Turtle program that asks the user for a numerical value S and draws eight parallelograms

$25

File Name: Turtle_program_that_asks_the_user_for_a_numerical_value_S_and_draws_eight_parallelograms.zip
File Size: 828.96 KB

SKU: [Solved] Turtle program that asks the user for a numerical value S and draws eight parallelograms Category: Tag:
5/5 - (1 vote)

5/5 – (1 vote)

Write a turtle program that asks the user for a numerical value S and draws eight parallelograms forming the following shape,

using at least three colors of your preference:Save your program as eight_parallelograms.py The input value S represents the long diagonal of each parallelogram, as shown in the image below:

All sides are of the same length, which is given by the expression (S2cos(4)) . The two internal narrow angles are of 45 degrees, and the two wider angles are of 135 degrees. All these dimensions and angles are illustrated in the image below:

NOTE: When using Turtle graphics, the angles we use in all turns (i.e., turtle.right and turtle.left) correspond to the outside angle of the turn. That is, if we draw the parallelogram starting at the bottom-left corner, drawing its bottom side first, we will be doing the left turns highlighted in red in the picture above.

(The turn angle we need is 180 minus the internal angle of the corner we want to recreate)After drawing a parallelogram, the turtle will be heading in a South Westerly direction.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[Solved] Turtle program that asks the user for a numerical value S and draws eight parallelograms
$25