OCU Test - Day 4 Review Flashcards
1
Q
What is the keyword for one module to use another?
A
import
2
Q
Where does python search for modules?
A
Current directory, standard library, and path
3
Q
What is the .pyc extension file?
A
compiled python files