Question: please use a for loop for this problem Write a Python program that asks the user for three integer inputs: n= the number of rectangles,
please use a for loop for this problem
Write a Python program that asks the user for three integer inputs: n= the number of rectangles, . w = width of each rectangle, 1 = the length (largest side) of each rectangle. Assume that the rectangles are 50 units apart. i.e. use 50 as the distance between each rectangle. Use turtle graphics to draw a set of BLUE rectangles with the entered values (as shown in figure below). Submit your .py file here. For example, if, n = 6, w = 20, and I = 80, the following is correct output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
