Question: PYTHON 3.6 Question 11A (10 points) Write a function named drawSquare. The function drawSquare takes two parameters: a turtle, t an integer, length, that is
PYTHON 3.6

Question 11A (10 points) Write a function named drawSquare. The function drawSquare takes two parameters: a turtle, t an integer, length, that is the length of a side of the square. The function drawSquare should use the parameter t to draw the square. Do not make any assumptions about the initial up/down state of the turtle, its position on the screen or its orientation. The function drawSquare should begin drawing with the turtle at its initial position and orientation. When drawSquare returns, the turtle should again be in its initial position and orientation. You must use a loop for repeated operations
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
