Basic Commands
Colour Commands
Loops
Lesson 3
General Trivia
100

This command moves the turtle in the direction it is facing.

What is forward?

100

This command changes the colour of the line the turtle draws.

What is pencolor('color')?

100

This is the type of loop we are using turtle graphics.

What is a for loop?

100

You use a # tag to create these.

What are comments?

100

What does “www” stand for in a website browser?

World Wide Web

200

This command moves the turtle in the opposite direction it is facing

What is backward?

200

This command changes the colour shapes are filled with.

What is fillcolor('color')?

200

If I write 

for i in range(5):

how many times do my commands loop?

What is five?

200

This is the purpose of commenting.

What is to describe your code so other people can understand it?

200

How long is an Olympic swimming pool (in meters)?

50 meters

300

This command turns the turtle clockwise.

What is "right"?

300

This command stops the turtle from drawing a line.

What is penup()?

300

If I write

for i in range(3):
    forward(30)
    right(25)

forward(2)

How many commands are in the loop?

What is two commands?

300
This is the type of character that function names should start with.

What is a lowercase letter?

300

Which country do cities of Perth, Adelade & Brisbane belong to?

Australia

400

This command rotates the turtle counterclockwise.

What is left?

400

This command designates what the section being filled is complete.

What is end_fill()?

400

Indenting is used for this purpose in a for loop.

What is designating what commands should be repeated?

400

This is the keyword used in functions.

What is def?

400

What is the name of the biggest technology company in South Korea?

Samsung

500

This command moves the turtle to a new position.

What is goto?

What is setposition?

500

This command changes the size of the line the turtle draws.

What is pensize(number)?

500

This is the other type of loop in Python.

What is a while loop?

500

This is the purpose of a function.

What is to have a named section of code?
500

Who was the first woman to win a Nobel Prize (in 1903)?

Marie Curie