KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

A module can be imported and used in another module or script to access its functions and variables.

Python Modules

1 Like

Answer

True

Reason — A module can be imported and used in another module or script to access its functions and variables using the import statement.

Answered By

2 Likes


Related Questions