Python IF ELSE

Python IF ELSE

Assessment

Flashcard

Computers

10th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

11 questions

Show all answers

1.

FLASHCARD QUESTION

Front

This operator means that one value is the same as the other value: ==, !=, >, <

Back

==

2.

FLASHCARD QUESTION

Front

This operator means that one value is not equal to another value

Back

!=

3.

FLASHCARD QUESTION

Front

The result of this program:
Friday = False
if Friday:
print "Jeans day!"
else:
print "Uniform day"
Options: Jeans day, Today is Friday, Uniform day, Not Friday

Back

Uniform day

4.

FLASHCARD QUESTION

Front

What is the output? Options: condition, True, Program has a syntax error., 3 > 2

Back

True

5.

FLASHCARD QUESTION

Front

What is the output? Options: True, False, condition1, condition2

Back

True

6.

FLASHCARD QUESTION

Front

What is the output? Options: more than 7, more than 23, spam, 7

Back

more than 7

7.

FLASHCARD QUESTION

Front

What is the output? Options: 250.0, 200.0, 300.0, 350.0

Back

250.0

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?