
PYTHON QUIZZ

Quiz
•
Education
•
University
•
Hard
Auzoom four
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Hey there, coding wizards! Kabir and Myra are having a friendly competition to see who can figure out the output of this Python code first:
x = 10
y = 5
x, y = y, x + y
print(x, y)
Can you help them out? What will be printed when they run this code?
10 5
5 15
15 10
5 10
2.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Our friend Aisha is trying to solve a little puzzle with numbers! Can you help her figure out what the value of x will be after she runs the following code?
x = 10
x += 5
x *= 2
x -= 3
20
24
23
25
3.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Hey there, coding wizards! Can you help Dhruv, Aarav, and Anika figure out which of the following variables is a valid Python variable name?
3variable
_variable
variable!
None
4.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Hey Aashi! If you were to explain the magic of the ternary operator in Python to your friend Ananya, how would you phrase it? Which of the following options captures the correct syntax?
x if condition else y
if x then y else z
x ? y : z
condition ? x : y
5.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Hey there, coding wizards! 🧙♂️ Which of the following operators do you think is a no-show when it comes to comparing two values in Python?
a) ==
b) <=
c) !=
d) =>
6.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Hey there, coding wizards! What do you think will be printed after the following Python code is executed?
x = 5
if x == 5:
print("Equal")
else:
print("Not Equal")
Will Alisha and Kavya cheer for the right answer, or will Aashi be left puzzled? Let's find out!
Equal
Not Equal
None
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Hey there, coding wizards! Ria, Advait, and Myra are having a debate about a tricky Python expression. Can you help them settle it? What do you think is the result of the following expression?
not (True and False)
True
False
None
Error
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
Python - Data Types

Quiz
•
12th Grade - University
15 questions
Python Internship Quiz

Quiz
•
12th Grade - University
11 questions
Image Compression

Quiz
•
12th Grade - University
10 questions
Weekly Contest #11

Quiz
•
University
10 questions
Hari 3 - Kuis Coding & Perkenalan AI

Quiz
•
KG - University
10 questions
Programming Knowledge Quiz (Medium)

Quiz
•
5th Grade - Professio...
10 questions
First_Year_Orientation

Quiz
•
University
11 questions
Python - Functions

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade