Question: Using Python Programming: 3. (14 Points) Write a graphic program Shapes.py to draw a rectangle and a circle. Ask user for the radius of the
3. (14 Points) Write a graphic program Shapes.py to draw a rectangle and a circle. Ask user for the radius of the circle Ask user for the width and height of the rectangle Draw the right sized circle centered at (0,0) using red color. Draw the right sized rectangle right below the circle using blue color as shown. Make sure to draw the X axis, Y axis and the center point as shown in the sample output . . Sample output: Enter the radius of the circle: 80 Enter the width and height of the rectangle: 200, 50
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
