Question: In Python Write a program that uses the turtle package to implement the following pseudocode 1. Ask the user for a whole number 2. If
In Python

Write a program that uses the turtle package to implement the following pseudocode 1. Ask the user for a whole number 2. If that number is even, your turtle should draw a blue line 3. If that number is odd, your turtle should draw a red line towards the left hand side of the screen towards the right hand side of the screen A sample run of your program should look like Enter a whole number: 2 and the output should look similar to: Another run: Enter a whole number:-1 and the output should look similar to
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
