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?
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
a) ==
b) <=
c) !=
d) =>
6.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
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
11 questions
Python - Data Types
Quiz
•
12th Grade - University
11 questions
Image Compression
Quiz
•
12th Grade - University
10 questions
Python quiz
Quiz
•
KG - Professional Dev...
10 questions
Hari 3 - Kuis Coding & Perkenalan AI
Quiz
•
KG - University
10 questions
EVENT HANDLING
Quiz
•
University
10 questions
Groundwater Level Effects Quiz
Quiz
•
University
15 questions
The One with Magic
Quiz
•
4th Grade - Professio...
10 questions
GFG Quiz
Quiz
•
11th Grade - Professi...
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