Question: Using python. Define functions to draw rectangles, squares and triangles. All functions must be defined with parameters. Define a function that uses a turtle object
Using python.
Define functions to draw rectangles, squares and triangles. All functions must be defined with parameters.
Define a function that uses a turtle object to fill in a rectangle with diagonal lines from the bottom left corner to the top right corner. The lines need to be equally spaced. The function needs to define these parameters: the turtle object, the color of the lines, the x and y coordinates of the bottom left corner, the width and height of the rectangle, and the space between the lines. Before the function returns the turtle needs to be at the position and heading it was in before the function was called. Do not use conditional statements.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
