This command moves the turtle in the direction it is facing.
What is forward?
This command changes the colour of the line the turtle draws.
What is pencolor('color')?
This is the type of loop we are using turtle graphics.
What is a for loop?
You use a # tag to create these.
What are comments?
What does “www” stand for in a website browser?
World Wide Web
This command moves the turtle in the opposite direction it is facing
What is backward?
This command changes the colour shapes are filled with.
What is fillcolor('color')?
If I write
for i in range(5):
how many times do my commands loop?
What is five?
This is the purpose of commenting.
What is to describe your code so other people can understand it?
How long is an Olympic swimming pool (in meters)?
50 meters
This command turns the turtle clockwise.
What is "right"?
This command stops the turtle from drawing a line.
What is penup()?
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?
What is a lowercase letter?
Which country do cities of Perth, Adelade & Brisbane belong to?
Australia
This command rotates the turtle counterclockwise.
What is left?
This command designates what the section being filled is complete.
What is end_fill()?
Indenting is used for this purpose in a for loop.
What is designating what commands should be repeated?
This is the keyword used in functions.
What is def?
What is the name of the biggest technology company in South Korea?
Samsung
This command moves the turtle to a new position.
What is setposition?
This command changes the size of the line the turtle draws.
What is pensize(number)?
This is the other type of loop in Python.
What is a while loop?
This is the purpose of a function.
Who was the first woman to win a Nobel Prize (in 1903)?
Marie Curie