Chapter 6 - modules Flashcards

1
Q

Whats a module?

A

Files that contain function and object definitions that add additional, and much more powerful features to python.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do we enable the use of a module in our own programs?

A

We have to tell our program to look in those files and read those definitions by using a keyword import.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly