Indentation, escape sequence, Python turtle

Indentation, escape sequence, Python turtle

4th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

BLOCKLY GAMES PILIHAN GANDA

BLOCKLY GAMES PILIHAN GANDA

8th Grade

10 Qs

Python Turtle Module Quiz

Python Turtle Module Quiz

6th Grade

10 Qs

Premiers pas avec turtle

Premiers pas avec turtle

11th Grade

9 Qs

ไพทอน เต่า

ไพทอน เต่า

7th - 12th Grade

10 Qs

1.1.1 - 1.1.2 CFU

1.1.1 - 1.1.2 CFU

9th - 12th Grade

8 Qs

Куб Черепашка

Куб Черепашка

10th - 11th Grade

10 Qs

Python Graphics

Python Graphics

6th - 8th Grade

10 Qs

Python Quiz

Python Quiz

6th - 7th Grade

10 Qs

Indentation, escape sequence, Python turtle

Indentation, escape sequence, Python turtle

Assessment

Quiz

Computers

4th - 12th Grade

Medium

Created by

Whizara Teacher

Used 25+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is used to define a block of code in Python language?

Indentation

Key

Brackets

All of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The following code will result in an error.

print('\')

true

false

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What do we call the following?

\n

\t

special character

escape sequence

keyword

no special term

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which one from the following Turtle statements will lift the turtle off the “digital canvas”? (if you move the turtle in penup state it won’t draw)

turtle.pendown()

turtle.penup()

turtle.speed()

turtle.forward()

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is an incorrect statement?

turtle.penup()

turtle.color()

turtle.fillcolor()

turtle.setcolor()