/Modules-in-Python

A module is an object with arbitrarily named attributes like classes,functions,etc. that allows us to use this module easily multiple time in future . Here , practical demonstration of modules is given .

Primary LanguagePython

Modules-in-Python

A module is an object with arbitrarily named attributes like classes,functions,etc. that allows us to use this module easily multiple time in future . Here , practical demonstration of modules is given .