Font size
WorksheetsPython eduBlocks Quiz
Total questions: 10
Worksheet time: 6mins
What is Python?
A type of snake
A programming language
A drawing tool.
A widget
What is turtle in Python?
An object
A statement used at the start of code.
A library that has functions to draw shapes.
A tool to make coding easier.
What is eduBlocks?
What is the function of this code?
To set the background color to red.
To set the background color to green.
To set the background color to blue.
To set the background color to white.
What shape does this code make?
A Triangle
A Square
A Rectangle
A Pentagon
What are variables in Python?
A loop is used to (a) the same code many times.
What is the use of the print() statement in Python?
What code block makes the turtle move to a different location?
turtle.penup()
turtle.pendown()
turtle.go()
turtle.goto()
Which block is used to set the color inside a shape?
