Important Notice:
M3-R5.1 — Chapter Wise MCQ
20 Questions  •  M3-R5.1
40:00
← Back
1
Python was created by?
2
Which keyword is used to define a function in Python?
3
What is the output of: print(10 // 3)?
4
Which data type stores key-value pairs in Python?
5
How do you take user input in Python 3?
6
What symbol is used for single-line comments in Python?
7
Which of these is immutable in Python?
8
What does len("Python") return?
9
Which loop is used when number of iterations is unknown?
10
What is the output of: print(2 ** 3)?
11
NumPy is mainly used for?
12
Which method adds an element to the end of a list?
13
What does the range(0, 5) function produce?
14
How do you open a file for writing in Python?
15
Which keyword exits a loop immediately?
16
What is a lambda function?
17
Which operator checks membership in a list?
18
Set is a collection of?
19
Which module is used for random numbers in Python?
20
What is the extension of a Python file?
Answered: 0 / 20