PYTHON TURTLE COMMANDS

PYTHON TURTLE COMMANDS

6th Grade

5 Qs

quiz-placeholder

Similar activities

Turtle! Turtle! Watch Out!

Turtle! Turtle! Watch Out!

5.21 Turtle Time

5.21 Turtle Time

Python Turtle review

Python Turtle review

Time Distance Graphs - Turtles and Flags

Time Distance Graphs - Turtles and Flags

PYTHON TURTLE COMMANDS

PYTHON TURTLE COMMANDS

Assessment

Quiz

Computers

6th Grade

Practice Problem

Medium

Created by

Computer Science

Used 22+ times

FREE Resource

AI

Enhance your content in a minute

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

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

To make the turtle move forward, which command is used?

turtle.penup()

turtle.forward()

turtle.left()

turtle.backward()

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

When creating a rectangle with the turtle, what angle is needed when turning?

120

180

45

90

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the extension on a Python file name?

.PY

.PYT

.PPT

.PH

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you tell python you want to use the turtle library?

turtle import

import turtle

from libraries import turtle

from turtle import libraries

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What does t.forward(300) do?

Moves in the direction it is facing 300 steps

Moves down the screen 300 steps

Moves up the screen 300 steps

Discover more resources for Computers