Python Quiz 🐍

Python Quiz 🐍

2nd - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Пайтон до 24 уроку(7клас)

Пайтон до 24 уроку(7клас)

7th Grade

15 Qs

Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

Занятие 05_10-IT-Старт-Лид

Занятие 05_10-IT-Старт-Лид

7th Grade

15 Qs

Python Graphics

Python Graphics

6th - 8th Grade

10 Qs

Python

Python

7th Grade

12 Qs

ไพทอน เต่า

ไพทอน เต่า

7th - 12th Grade

10 Qs

Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

Edublocks Turtle intro

Edublocks Turtle intro

6th - 8th Grade

13 Qs

Python Quiz 🐍

Python Quiz 🐍

Assessment

Quiz

Computers

2nd - 8th Grade

Hard

Created by

nithika elugula

Used 29+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is a variable?

Store integers

Store strings

Store data

None of the above

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How do we create variables in python?

Var ==1

Var != 1

Var = 1

Var ;= 1

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is not the correct syntax for a variable?

0Var = 1

/Var = 1

Var = 1

var09 = 1

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How do we print a statement in python?

print_(x)

print.x

print.(x)

print(x)

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What will be the output for the following program

x = 'apple'

print(x)

X

x

print(X)

apple

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

In python turtle to make the turtle move forward which command is used?

t.(forward)

t.left

t = forward

t.forward()

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which is the correct option from below

import * turtle

import turtle *

import 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?