Python Print Statement

Quiz
•
Computers
•
6th - 10th Grade
•
Medium
Standards-aligned
Sophie Higson
Used 19+ times
FREE Resource
Student preview

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
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?
input
output
command
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output?
x=5
print ( x )
5
10
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output?
x=10
print ( x )
5
10
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
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
25 questions
Exploring POV and Unreliable Narrators

Quiz
•
7th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
30 questions
Computer Terminology Exercise #1 ( Fill Ins)

Quiz
•
9th Grade
15 questions
MLA Formatting

Quiz
•
9th Grade
20 questions
Typing Practice

Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade