Question: Write a Python program that prompts a user to select a shape for you to draw. You should give the user at least three options:
Write a Python program that prompts a user to select a shape for you to draw. You should give the user at least three options: circle, square, and triangle. If the user selects a valid shape, draw the shape using a Turtle object, otherwise, tell them that the shape is not valid.
Sample:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
