Home / Programming Questions / Python MCQs / Page 1
Dear candidates you will find MCQ questions of Python 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.
Share your questions by clicking Add Question
R
Q. Which function overloads the >> operator?
R
Q. What is the output of the following program :
i = 0 while i < 3: print i print i+1
R
Q. Which module in Python supports regular expressions?
R
Q. Which of these is not a core data type?
R
Q. What data type is the object below? L = [1, 23, „hello?, 1]
R
Q. What is the output of the following program :
def myfunc(a): a = a + 2 a = a * 2 return a print myfunc(2)
R
Q. What is the output of the expression : 3*1**3
Don't have account? Register here.