Basic Python Review 228

Basic Python Review 228

Assessment

Flashcard

Computers

6th - 8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

26 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What will the following code print? `print(8 + 2)`

Back

10

2.

FLASHCARD QUESTION

Front

What will the following code print? `print("Hello" + "World")`

Back

HelloWorld

3.

FLASHCARD QUESTION

Front

What will the following code print? `print(9 * 3)`

Back

27

4.

FLASHCARD QUESTION

Front

What will the following code print? `print("Python" * 3)`

Back

PythonPythonPython

5.

FLASHCARD QUESTION

Front

What will the following code print? `print(15 - 5)`

Back

10

6.

FLASHCARD QUESTION

Front

What will the following code print? `print("Fish" + " & " + "Chips")`

Back

Fish&Chips

7.

FLASHCARD QUESTION

Front

What will the following Python code print? `print(100 / 10)` (Assume Python 3)

Back

10.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?