How do you tell python you want to use the turtle library
Python Turtle - Homework

Quiz
•
Computers
•
12th Grade
•
Medium
P Upstone
Used 34+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
turtle import
import turtle
from libraries import turtle
from turtle import libraries
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The .turn(x) command instructs the turtle to turn
Clockwise if x is positive
Anti-clockwise if x is positive
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
t = turtle.Turtle()
t.setheading(270)
The turtle in this program will be facing....
Up
Right
Down
Left
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of these commands would successfully create a turtle named Alice
Alice = turtle.turtle()
Alice = Turtle.turtle()
Alice = Turtle.Turtle()
Alice = turtle.Turtle()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens if you call your python progam "turtle"
your program crashes because you have spelt it wrong
your program crashes because it stops the import turtle line from working
your program crashes because it should have been saved as turtle.turtle
your program runs fine
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
counter = 0
while counter<4:
t.forward(100)
t.turn(90)
counter = counter + 1
What shape will this draw?
Square
Rectangle
Triangle
Rhombus
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
counter = 0
while counter<9:
t.forward(100)
t.turn(40)
counter = counter + 1
How many times will this code repeat itself?
7
8
9
10
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Time library - Python

Quiz
•
9th - 12th Grade
15 questions
Grade 12-Python selection&iteration

Quiz
•
11th - 12th Grade
15 questions
Grade 8 End of Unit Revision

Quiz
•
8th Grade - University
14 questions
Python Quiz 1

Quiz
•
9th - 12th Grade
12 questions
Python_4

Quiz
•
9th - 12th Grade
12 questions
Exploring Python Turtle Graphics

Quiz
•
7th Grade - University
12 questions
Інформатика 5 Нуш Пайтон 2 Графіка п 25-26

Quiz
•
12th Grade
14 questions
Python: списки, кортеж, словник, множина

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University