Python Turtle Basics: Drawing Shapes

Python Turtle Basics: Drawing Shapes

7th Grade

9 Qs

quiz-placeholder

Similar activities

Explorando Tinkercad en Secundaria

Explorando Tinkercad en Secundaria

7th Grade - University

10 Qs

Blocks Turtle

Blocks Turtle

1st - 8th Grade

14 Qs

Tech 101

Tech 101

7th - 9th Grade

10 Qs

Perangkat lunak kelas 7 SMP

Perangkat lunak kelas 7 SMP

7th Grade

10 Qs

Test PyGame

Test PyGame

7th Grade

10 Qs

Python

Python

7th - 9th Grade

10 Qs

Microcontroller 1

Microcontroller 1

1st - 12th Grade

10 Qs

Pengenalan Aplikasi

Pengenalan Aplikasi

6th - 8th 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?