Question: For the problem below, complete the following steps: -Find the inputs, outputs and processing steps and store them in the table below. -Create test cases
For the problem below, complete the following steps:
-Find the inputs, outputs and processing steps and store them in the table below.
-Create test cases with expected results based on example input
-Create Pseudocode for the example program
-Create Python Code
-Show Test Results
This lab will have you use the turtle library to draw a square. The color and size of the square will be determined by the user. After the user provides the color and length for one of the sides, draw the square using turtle and display it to the user.
| Inputs | Outputs | Processing |
|
|
|
|
|
|
|
|
Test Case 1
Example Input:
Expected Output:
Test Case 2
Example Input
Expected Output:
Pseudocode
Python Code
Test Results
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
