Python 1

Quiz
•
Computers
•
9th Grade
•
Hard

Sofia Mesa Giner
Used 87+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the following code, what will be the printed output?
Python is represented by 🐍
Python is represented by {emoji}
Python is represented by
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the result of the following code?
🎉5
🎉🎉🎉🎉🎉
Error
🎉🎉🎉🎉🎉
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you print the string "Happy coding! 😊" three times?
print("Happy coding! 😊" * 3)
print("Happy coding! 😊" + 3)
print("Happy coding! 😊", 3)
print("Happy coding! 😊" & 3)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the following code, what will be the printed output?
Python is represented by 🐍
Python is represented by {emoji}
Python is represented by 🐍
Python is represented by
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the variable count = 3, how can you print "I have 3 🍎."?
print("I have " + count + " 🍎.")
print(f"I have {count} 🍎.")
print("I have ", count, " 🍎.")
print("I have " & count & " 🍎.")
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
print("🍕" * 2 + "🍔")
🍔🍔🍕
🍕🍕🍔
🍕🍔🍔
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following correctly prints the string "I love programming! 🎓" five times?
print("I love programming! 🎓" & 5)
print("I love programming! 🎓" + 5)
print("I love programming! 🎓" x 5)
print("I love programming! 🎓" * 5)
Create a free account and access millions of resources
Similar Resources on Wayground
14 questions
PYTHON

Quiz
•
9th Grade
10 questions
Python

Quiz
•
3rd - 10th Grade
10 questions
Python Basics

Quiz
•
8th - 10th Grade
19 questions
Python Year 9 Quiz

Quiz
•
8th - 10th Grade
15 questions
Program Development - Python: Conditionals

Quiz
•
9th - 10th Grade
15 questions
Conditionals Unit Quiz

Quiz
•
9th Grade - University
11 questions
Python Inputs

Quiz
•
9th - 12th Grade
14 questions
Y9 - Module 2 - KT1 Python Basics

Quiz
•
9th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade