Python practice

Python practice

Assessment

Flashcard

Computers

7th - 11th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

24 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What will the output be from the following code?
print(Hello world!)

Back

SyntaxError

2.

FLASHCARD QUESTION

Front

What will the output be from the following code?
print("Hello world!")

Back

Hello world!

3.

FLASHCARD QUESTION

Front

What will the output be from the following code?
print(3+4)

Back

7

4.

FLASHCARD QUESTION

Front

What will the output be from the following code?
print("3+4")

Back

3+4

5.

FLASHCARD QUESTION

Front

What will the output be from the following code?
print(3*4)

Back

12

6.

FLASHCARD QUESTION

Front

What will the output be from the following code?
print("3*4+5")

Back

3*4+5

7.

FLASHCARD QUESTION

Front

Joining elements together to make a string is called what?

Back

Concatenation

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?