Home / Engineering / Python Programming MCQs / Page 1
Python Programming MCQs | Page - 1
Dear candidates you will find MCQ questions of Python Programming here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
M
Q. 1) What is the output of the following code : print 9//2
M
Q. 2) Which function overloads the >> operator?
M
Q. 3) What is the output of the following program :
i = 0
while i < 3:
print i
print i+1
M
Q. 4) Which module in Python supports regular expressions?
M
Q. 5) What is the output of the following program : print 0.1 + 0.2 == 0.3
M
Q. 6) Which of these is not a core data type?
M
Q. 7) What data type is the object below? L = [1, 23, „hello‟, 1]
M
Q. 8) What is the output of the following program :
def myfunc(a):
a = a + 2
a = a * 2
return a
print myfunc(2)
M
Q. 9) What is the output of the expression : 3*1**3
M
Q. 10) What is the output of the following program : print '{0:.2}'.format(1.0 / 3)
Explore More Categories
Click on category to learn MCQs of that category.Electronics and Communication Engineering