turtle python

Quiz
•
Professional Development
•
Professional Development
•
Hard
Assistant Chennai
Used 15+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output shape of the following Python code?
import turtle
t=turtle.Pen()
for i in range(0,4):
t.forward(100)
t.left(120)
square
rectange
triangle
kite
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The number of lines drawn in each case, assuming that the turtle module has been imported:
Case 1:
for i in range(0,10):
turtle.forward(100)
turtle.left(90)
Case 2:
for i in range(1,10):
turtle.forward(100)
turtle.left(90)
10,9
9,10
9,9
10,10
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The command which helps us to reset the pen (turtle):
turtle.reset
turtle.penreset
turtle.penreset()
turtle.reset()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Fill in the blank such that the following Python code results in the formation of an inverted, equilateral triangle.
import turtle
t=turtle.Pen()
for i in range(0,3):
t.forward(150)
t.right(_____)
-60
120
-120
60
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output shape of the following Python code?
import turtle
t=turtle.Pen()
for i in range(1,4):
t.forward(60)
t.left(90)
Rectangle
Trapezium
Triangle
Square
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python code?
import turtle
t=turtle.Pen()
t.goto(300,9)
t.position()
300.00, 9.00
9, 300
300, 9
9.00, 300.00
Similar Resources on Wayground
4 questions
Tipo de datos: Entrada y Salida

Quiz
•
Professional Development
10 questions
Valores booleanos, Ejecución Condicional: Cómo tomar decisiones

Quiz
•
Professional Development
10 questions
Introducción al lenguaje Python

Quiz
•
Professional Development
10 questions
Day 2

Quiz
•
Professional Development
9 questions
Communication Jungle and Modelling

Quiz
•
Professional Development
10 questions
Day 4

Quiz
•
Professional Development
11 questions
Royal Vocabulary Refresher

Quiz
•
Professional Development
10 questions
STIR KKG 1 SPP 3

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade