Python Turtle 2

Python Turtle 2

Assessment

Flashcard

Computers

7th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

27 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the angle used to create a perfect 5-pointed star shape in python?

Back

144 degrees

2.

FLASHCARD QUESTION

Front

What command is used to move the turtle forward?

Back

myturtle.forward()

3.

FLASHCARD QUESTION

Front

What is the purpose of the command myturtle.down() in the turtle graphics example?

Back

To put the pen down

4.

FLASHCARD QUESTION

Front

What is the role of the `for i in range(50):` line in the code?

Back

It repeats the actions 50 times

5.

FLASHCARD QUESTION

Front

Which command is used to set the turtle pen shape to an arrow in Python?

Back

fred.shape("arrow")

6.

FLASHCARD QUESTION

Front

What does the expression `trudy.forward(5 + i)` represent in the spiral code?

Back

The turtle moves forward by an increasing distance.

7.

FLASHCARD QUESTION

Front

What is ALWAYS the first line of code in Python?

Back

from turtle import Turtle

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?