Search Header Logo

The World's Best Python Quiz

Authored by Austin B

Mathematics, Computers

1st - 2nd Grade

Used 3+ times

The World's Best Python Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

name = "Austin"

print(name == "Austin")

True

False

Python crashes

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is 2.0

Boolean

Float

Integer

Triple

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True and False are called...

Booleans

Pooleans

Boolnean

If statements

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do I check if two things are NOT equal

not =

==

=!

!=

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select all the lines which are TRUE for...

answer = 4

answer == 4

answer == "4"

answer != "4"

answer >= 4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times will this loop run?


i = 0

while (i > 5):

...

0

4

1

5

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How many times will this loop run?


i = 0

while (i < 5):

[TAB] print("hello")

[TAB] i-=1

Infinite loop

5

0

10

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?