Q. Define 'module' and 'package'.


Answer =

Each Python program file is a 'module' which imports other modules like 'objects' and 'attributes'.
A Python program folder is a 'package' of 'modules'. A package can have 'modules' or 'sub-folders'.

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post