Python Turtle Basics: Drawing Shapes

Python Turtle Basics: Drawing Shapes

7th Grade

9 Qs

quiz-placeholder

Similar activities

Animations in Flash

Animations in Flash

7th Grade

11 Qs

Artificial Intelligence

Artificial Intelligence

6th - 7th Grade

10 Qs

Processing 01 - MCSHS DIG07/DIG08

Processing 01 - MCSHS DIG07/DIG08

7th - 8th Grade

14 Qs

Python with DataScience

Python with DataScience

7th Grade - University

10 Qs

การตกแต่งภาพเบื้องต้น

การตกแต่งภาพเบื้องต้น

7th - 8th Grade

10 Qs

Interstate Competition

Interstate Competition

7th - 10th Grade

11 Qs

Питон

Питон

7th Grade

10 Qs

Python. Урок-01. Знакомство

Python. Урок-01. Знакомство

6th - 7th Grade

10 Qs

Python Turtle Basics: Drawing Shapes

Python Turtle Basics: Drawing Shapes

Assessment

Quiz

Computers

7th Grade

Practice Problem

Medium

Created by

Ambrose Koroma

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?