wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

P.2 Odd Man Out Quiz

Total questions: 14

Worksheet time: 7mins

Name
Class
Date
1.

Which one is the odd man out?

a)

name = "Sasuke"

b)

print("Hello!")

c)

5 = x

2.

Which one is the odd man out?

a)

if True:

b)

if 5 > 2:

c)

if = True:

3.

Which one is the odd man out?

a)

age = 16

b)

16 == age

c)

age == 16

4.

Which one is the odd man out?

a)

print("Result:", x)

b)

print("Score" x)

c)

print("Hello!")

5.

Which one is the odd man out?

a)

is_ninja = True

b)

is_ninja == True

c)

True = is_ninja

6.

Which one is the odd man out?

a)

x = 5 + 3

b)

y = 10 - 2

c)

z == 4 * 2

7.

Which one is the odd man out?

a)

ready = False

b)

False = ready

c)

passed_test = True

8.

Which one is the odd man out?

a)

5 + 2

b)

10 - 3

c)

7 = 5 + 2

9.

Which one is the odd man out?

a)

print("Sum:", 3 + 4)

b)

print("Product:", 2 * 2)

c)

print("Divide" 8 / 2)

10.

Which one is the odd man out?

a)

is_ready = True

b)

is_ready = true

c)

is_ready = False

11.

Which one is the odd man out?

a)

if False:

b)

if x == 5

c)

if 3 > 2:

12.

Which one is the odd man out?

a)

5 ** 2

b)

10 // 3

c)

8 // 0

13.

Which one is the odd man out?

a)

level = "Genin"

b)

rank = "Chunin"

c)

= "Jonin"

14.

Which one is the odd man out?

a)

print("Yes")

b)

print("No")

c)

print = "Maybe"