Log in
Sign up for FREE
arrow_back
Library

Module 2 Quiz - Turtles and For Loops

star
star
star
star
star
Last updated almost 6 years ago
10 questions
Note from the author:
LCC College Now CS 161Python
1
1
1
1
1
1
1
1
1
1
Question 1
1.

1) In the following code, which line adds turtle functionality to the Python program?

Question 2
2.

In the following code, how many turtle shapes appear on the screen?

Question 3
3.

In the following code, what variable refers to the turtle?

Question 4
4.

Which direction does the turtle face when it is first created?

Question 5
5.

The following code will go through the loop 3 times.

Question 6
6.

The command fred = turtle.Turtle() does which of the following?

Question 7
7.

How many times will this code loop?

Question 8
8.

What shape will be drawn by the following code?

Question 9
9.

What will be drawn by the following code?

Question 10
10.

Which of the following programs will draw a shape like this: