NEW
Font size
WorksheetsPython Pre-Cal Quiz
Total questions: 10
Worksheet time: 10mins
When this Python statement is executed, the expected out is_________.
Error
None
abcd
['a','b','c','d']
______ is the expected output for the following statement.
print(9//2)
4
1
4.5
4.0
What will be the expected output when the Python code of the snippet is executed?
0123
01234
021324
012324
If the Python statement in the snippet is executed, the expected output is _________.
Hello
Hello World
World
dlroW olleH
Given a function that does not return any value, what value is shown when executed?
Int
Error
Void
None
What is the expected output of the following Python statements?
GOOD DAY
good day
True
None
______ is the expected output of this Python code when executed.
0 1 2 4 5 6
0 1 4 5
0 1 2
4 5 6
When this Python statement is being executed, which will be the expected output?
Hello
Hello
IMU
IMU
Hello
Hello
Hello
IMU
IMU
IMU
hello
hello
If x = 15, the output is ____ when the following Python statement is executed.
x << 2
51
225
60
15
Suppose the Python statement in the snippet is executed. The expected output is _______.
[3,2,4]
[2,3,4]
True
[3,4,2]
