Python If Else Statements

Python If Else Statements

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

13 questions

Show all answers

1.

FLASHCARD QUESTION

Front

The second part of if, that is executed when the condition is false

Back

else

2.

FLASHCARD QUESTION

Front

Which statement will check to see if a is equal to b? Options: if a == b, if a = b:, if a != b:, if a == b:

Back

if a == b:

3.

FLASHCARD QUESTION

Front

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

Back

more than 7

4.

FLASHCARD QUESTION

Front

Pieces of code that only run "under certain conditions":

Back

conditional statements

5.

FLASHCARD QUESTION

Front

Which symbol means "greater than or equal to"? Options: ==, <=, >=, !=

Back

>=

6.

FLASHCARD QUESTION

Front

Which character must be at the end of the line for if?

Back

:

7.

FLASHCARD QUESTION

Front

What does the = = symbol mean in Python?

Back

Equal to or shows equality

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?