LCC College Now CS 161Python
1) In the following code, which line adds turtle functionality to the Python program?
In the following code, how many turtle shapes appear on the screen?
In the following code, what variable refers to the turtle?
Which direction does the turtle face when it is first created?
The following code will go through the loop 3 times.
The command fred = turtle.Turtle() does which of the following?
How many times will this code loop?
What shape will be drawn by the following code?
What will be drawn by the following code?
Which of the following programs will draw a shape like this: