Tutorial Study Image

Python Online Quiz

Following quiz provides Multiple Choice Questions (MCQs) related to Python . You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.


Q 1 - Which among the below notations are wrong?

Show Answer
 Answer is : Option B

Q 2 - Which of the following function header is invalid in python?

Show Answer
 Answer is : Option A

Q 3 - Which of the following is not a built in function in python3?

Show Answer
 Answer is : Option B

Q 4 - Python language is written in?

Show Answer
 Answer is : Option C

Q 5 - l=['Mumbai','Chennai','Kolkata'] print(l[-1][0])

Show Answer
 Answer is : Option B

Q 6 - No of parameters accepted by pow() function is _____

Show Answer
 Answer is : Option C

Q 7 - import math print (-math.inf). What will the output?

Show Answer
 Answer is : Option A

Q 8 - max(0,min(True,1.0))) is _______ ?

Show Answer
 Answer is : Option D

Q 9 - print('2' * 'wow')

Show Answer
 Answer is : Option C

Q 10 - How does hexadecimal literal numbers represented in Python?

Show Answer
 Answer is : Option D