
Python Turtle Basics: Drawing Shapes
Authored by Ambrose Koroma
Computers
7th Grade
Used 8+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What command is used to import the turtle module in Python?
include turtle
add turtle
load turtle
import turtle
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a turtle object in Python?
from turtle import Turtle my_turtle = Turtle()
my_turtle = Turtle.create()
import turtle my_turtle = turtle.create()
import turtle my_turtle = turtle.Turtle()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What command is used to move the turtle forward by a specified number of units?
backward
move
forward or fd
right
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you make the turtle turn to the right by a specified angle?
turtle.right(angle)
turtle.left(angle)
turtle.turn(angle)
turtle.rotate(angle)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What command is used to change the color of the turtle's pen?
changecolor
pencolor
colorpen
turtlecolor
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you make the turtle draw a square?
Use the turtle module in Python to draw a circle instead
Tell the turtle to move backwards and turn left to draw a square
Use the turtle module in Python to draw a straight line
Use the turtle module in Python to move the turtle forward and turn it at right angles to draw a square.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you make the turtle draw a circle?
turtle.draw_circle()
turtle.circle()
turtle.create_circle()
turtle.make_circle()
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?