
Python Output Questions Sheet (Extraction)
Authored by Anjali SOIT
College and Career Readiness
Professional Development
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
22 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output? print(type([]))
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output? print(2 ** 3 ** 2)
64
512
256
46
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output? print(2 ** 3 ** 2)
64
512
256
46
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output? a = [1,2,3] a.append([4,5]) print(a)
[1, 2, 3, [4, 5]]
[1, 2, 3, 4, 5]
[[1, 2, 3], [4, 5]]
[1, 2, [3, 4], 5]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output? a = [1,2,3] a.append([4,5]) print(a)
[1, 2, 3, [4, 5]]
[1, 2, 3, 4, 5]
[[1, 2, 3], [4, 5]]
[1, 2, [3, 4], 5]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output? print('Python'[1:4])
Pyt
yth
Pyth
tho
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output? print(bool('False'))
True
False
Raises ValueError
None
Access all questions and much more by creating a free account
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
Already have an account?