Intro to Python Workshop

Intro to Python Workshop

Assessment

Flashcard

Computers

6th - 8th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

12 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the output? Options: ERROR, 13, 3ten, 310

Back

ERROR

2.

FLASHCARD QUESTION

Front

What is the output? Options: ERROR, The answer to this Problem is 56, The answer to this PROBLEM is 56.0, The answer to this PROBLEM is 56

Back

The answer to this PROBLEM is 56.0

3.

FLASHCARD QUESTION

Front

mystery_number = 5 * 2 + 4
What will print(mystery_number) show you?

Back

14

4.

FLASHCARD QUESTION

Front

mystery_number = 5 * 2 + 4
What will print(mystery_number >= 14 and mystery_number < 100) show you?

Back

True

5.

FLASHCARD QUESTION

Front

What will print(mystery_number) show you if mystery_number = 5 * 2 + 4 mystery_number -= 4?

Back

10

6.

FLASHCARD QUESTION

Front

What happens if the condition in an if statement is false?

Back

The else block runs (if there is one)

7.

FLASHCARD QUESTION

Front

Which keyword is used to stop a loop early? Options: stop, continue, exit, break

Back

break

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?