Preskoči na glavni sadržaj
Prijava
Sign up for FREE
arrow_back
Biblioteka

Module 2 Quiz - Turtles and For Loops

star
star
star
star
star
Posljednje ažuriranje over 6 years ago
10
Napomena autora:

LCC College Now CS 161Python

1
1
1
1
1
1
1
1
1
1
Pitanje 1
1.

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

Pitanje 2
2.

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

Pitanje 3
3.

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

Pitanje 4
4.

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

Pitanje 5
5.

The following code will go through the loop 3 times.

Pitanje 6
6.

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

Pitanje 7
7.

How many times will this code loop?

Pitanje 8
8.

What shape will be drawn by the following code?

Pitanje 9
9.

What will be drawn by the following code?

Pitanje 10
10.

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