Question: Your program in python must: 1). Promt the user to Enter the number of squares to draw . 2) Repeatedly prompt for the input until
Your program in python must: 1). Promt the user to "Enter the number of squares to draw" . 2) Repeatedly prompt for the input until the user supplies values of the correct form (discard incorrect inputs). Your prompt should say what form of input is needed such as to be an integer only. 3. Draw a picture containing multiple shapes of multiple colors, where the input value(s) is (are) used to determine some aspect of the shapes and/or their layout.
In programming your solution, you must: 1. Use at least two repetition (while or for) statements. 2. Use at least one selection (if) statement.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
