(PCEP) Certified Entry-Level Python Programmer Practice Test
PCEP - Certified Entry-Level Python Programmer PCEP Error Handling and Modules 2
What is the difference between a module and a script in Python?
Select your answer
A
A module is imported for reuse; a script is executed directly
B
No difference
C
Scripts cannot contain functions
D
Modules cannot be run
Hint