Which of the following Python lines contains a valid comment?
Year 9 - Programming in Python Assessment

Quiz
•
Computers
•
9th Grade
•
Hard

Patrick Dawkins
Used 2+ times
FREE Resource
35 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
def get_name(): # get the user’s name
def get_name():
def get_name(): // get the user’s name
def get_name(): % get the user’s name
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following names should pet_name be assigned to make this program print “I think your pet is named Fluffy!”?
Boxer
Fluffy
Stripe
Spot
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would 10 % 3 calculate to?
0
1
2
True
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the most efficient way to shorten the following code?
Use another for loop
Use a parameter value
Use a while loop
Use a repeat loop
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which line in the following code contains an error?
Line 1
Line 3
Line 5
Line 7
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would you use if you wanted to ask the user for the number of ounces of water he/she drank that day, and then print one of two messages based on the number?
if
while
for
if/else
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following print statements correctly combines a string variable name and an integer variable age to print out a sentence such as “Charlie is 13 years old”?
print(int(name) + " is” + age + " years old")
print(name + " is " + age + " years old")
print(name + " is " + int(str(age)) + " years old")
print(name + " is " + str(age) + " years old")
Create a free account and access millions of resources
Similar Resources on Quizizz
40 questions
Python.Comp Quiz (Python Coding)

Quiz
•
9th Grade - University
30 questions
Python Basics

Quiz
•
8th - 10th Grade
30 questions
Analisis Data (informatika 10)

Quiz
•
9th - 12th Grade
31 questions
CMU CS (2) Functions, Mouse Events, Variables, Shape Properties

Quiz
•
9th - 12th Grade
30 questions
Python

Quiz
•
9th Grade
31 questions
Python Course Selection

Quiz
•
7th - 11th Grade
40 questions
Python Revision Years 8&9 IGCSE

Quiz
•
9th - 12th Grade
34 questions
Project STEM AP CS A Unit 1

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University