Single Choice
Difficult
QAny Python Script can act like a Module.
ID: #20271
Create Objects in Python
110 views
Question Info
#20271Q ID
DifficultDifficulty
Create Objects in PythonTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
True. Any Python script can act like a module. In Python, a module is simply a file containing Python definitions and statements. These modules can be reused in other Python scripts by importing them using the import statement. A Python script becomes a module when it contains reusable code that can be imported into other scripts.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic