wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Python 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?

a)

random.choice()

b)

random.randint()

c)

random.shuffle()

d)

random.extend()

6.

math.pi is a Python math function?

a)

True

b)

False

c)

maybe

d)

depending on the operation