Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

First prompt the user to enter how many shapes they would like to draw Then you will prompt them for each shape and ask them

  • First prompt the user to enter how many shapes they would like to draw
  • Then you will prompt them for each shape and ask them if they would like to draw a circle, square, triangle, or star... e.g. if they entered 5 in the first prompt, then you will be prompting them 5 times here.
  • Store the list of shapes in a list
  • Loop through the list and draw each shape in an equally spaced out line. The shapes will be smaller if there are more shapes.
  • Sample output

image text in transcribed

  • Next the user is prompted 5 times, and entered: circle, star, square, triangle, diamondimage text in transcribed
Shapes Enter shape (circle, square, triangle, or star): 5 OK Cancel Python Turtle Graphics OOA

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing Fundamentals, Design, and Implementation

Authors: David M. Kroenke, David J. Auer

14th edition

133876705, 9781292107639, 1292107634, 978-0133876703

More Books

Students also viewed these Databases questions

Question

Subtract and simplify. 1 2 x - 3 - 1 0 x + 3

Answered: 1 week ago