Question: [Python] Write a function that takes 2 integers, width and height, and draws a rectangle with twice those parameters. Additionally, show how you would call
[Python] Write a function that takes 2 integers, width and height, and draws a rectangle with twice those parameters. Additionally, show how you would call this function with an example using the values 4 for width and 6 for height. You have to use the turtle module and at least one for loop to get full credit. Make sure you clearly show the needed tabbed spaces.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
