NEW
Font size
S
M
L
XL
WorksheetsPython Training Module Quiz
Total questions: 6
Worksheet time: 2mins
Name
Class
Date
1.
One of the following is a container in Python?
a)
List
b)
DeQue
c)
Dictionary
d)
Set
2.
During file operations in Python, the function open() takes how many parameters?
a)
one: file name only
b)
Two: File method and file name.
c)
Three: File destination, file name and file method.
d)
Two: Filename with extension and file mode.
3.
Python Date time module has how many main classes?
a)
3
b)
5
c)
6
d)
7
4.
One of the following is not a class in the Python time module?
a)
date
b)
time
c)
timezones
d)
timedelta
5.
one of the following is not a random module function?
6.
math.pi is a Python math function?
a)
True
b)
False
c)
maybe
d)
depending on the operation
Reset
