Question: (9 points) Write a program that displays a rectangle centered at (-75, 0) with width and height 100 and a circle centered at (50,
(9 points) Write a program that displays a rectangle centered at (-75, 0) with width and height 100 and a circle centered at (50, 0) with radius 50. Use a function to draw the rectangle and a function to draw the circle. Use turtle module. Sample Output: Python Turtle Graphics
Step by Step Solution
3.44 Rating (151 Votes )
There are 3 Steps involved in it
CODE import turtle Function to draw a rectangle def drawre... View full answer
Get step-by-step solutions from verified subject matter experts
