
Python Print Statements and Operators Review
Quiz
•
Specialty
•
9th Grade
•
Hard
JASON SAMMONS
FREE Resource
Enhance your content
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
What is the final result of the expression 4 + 5 * 3?
27
12
21
19
2.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
What is the final result of the expression 7 / 2 + 6?
0
9.5
9
0.875
3.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
Choose the print statement below that will cause an error. Assume that num has the value 6, and name has the value "Isabella".
print(name + ":")
print(num)
print(name + " wants " + "num " + "candies")
print(name + ": " + str(num))
print(name + ": " + num)
4.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
Which one of the statements below will cause an error?
ans = "hi" * 8
ans = "hi" + 9
ans = "hi" + "hi" + "hi"
ans = ["a" * 4] + "b"
5.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
What does the following program print? a = "hi" b = 4 c = a * b print(type(c))
The program crashes and doesn’t print anything.
6.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
Suppose you have a variable defined a = "4". What is the variable type of a?
str
int
float
number
7.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
Choose the option that correctly prints out the variable(s). x = "codesh" print(int(x)) num = 8 print("num") name = "Alyx" age = 32 print(name + " is " + age) language = "Python" print("I'm learning " + language)
x = "codesh" print(int(x))
num = 8 print("num")
name = "Alyx" age = 32 print(name + " is " + age)
language = "Python" print("I'm learning " + language)
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
How well do you know your celebrites?
Quiz
•
KG - 12th Grade
15 questions
Get A Job Test
Quiz
•
7th - 12th Grade
22 questions
Color Wheel/Schemes
Quiz
•
7th - 12th Grade
20 questions
Can U Name All this Nickelodeon shows?
Quiz
•
KG - University
20 questions
College & Careers: Chapter 8 - Beginning a New Job
Quiz
•
8th - 10th Grade
19 questions
College Terminology & Intro to Naviance
Quiz
•
9th - 12th Grade
20 questions
Unit 1 Economics
Quiz
•
9th - 12th Grade
15 questions
Objective 1.02 Understanding Personality and Learning Styles
Quiz
•
6th Grade - University
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
11 questions
NEASC Extended Advisory
Lesson
•
9th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade