Python Print Statement

Python Print Statement

Assessment

Flashcard

Computers

6th - 10th Grade

Hard

Created by

Julie Skeats

FREE Resource

Student preview

quiz-placeholder

11 questions

Show all answers

1.

FLASHCARD QUESTION

Front

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

Back

Hello world!
Hello world!

2.

FLASHCARD QUESTION

Front

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

Back

Hello2world!

3.

FLASHCARD QUESTION

Front

Syntax

Back

Syntax is the rules of the programming language

4.

FLASHCARD QUESTION

Front

What is python named after?

Back

Television show called Monty Python

5.

FLASHCARD QUESTION

Front

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

Back

SyntaxError

6.

FLASHCARD QUESTION

Front

How does Python identify blocks of code?

Back

Aligning up the starts of lines (indentation)

7.

FLASHCARD QUESTION

Front

debug

Back

Identify errors and fix them.

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?