Python Print Statement

Python Print Statement

Assessment

Quiz

Computers

6th - 10th Grade

Medium

CCSS
L.2.2C

Standards-aligned

Created by

Sophie Higson

Used 19+ times

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement prints I am 10 years old?

pint("I am 10 years old.")

print('I am 10 years old.)

print('')I am 10 years old.

print("I am 10 years old.")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Tags

CCSS.L.2.2C

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which statement prints 7 (Select 2 answers)

print 7

print("7"

print("7")

print(3 + 4)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the Python built-in function used to display numbers and text on the screen?

print

input

output

command

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output?

x=5

print ( x )

5

10

print

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output?

x=10

print ( x )

5

10

print

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output?

x=10

print ( "x" )

5

10

x

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?