Q. What is a Python module?
Answer =
A module is a script in Python that defines import statements, functions, classes, and variables. It also holds executable Python code. ZIP files and DLL files can be modules too. The module holds its name as a string that is in a global variable.
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )