+ 5

What is a python module?

Modules with function and classes.

5th Jul 2019, 1:33 PM
Ashish Yadav
Ashish Yadav - avatar
2 Réponses
+ 2
Every file *.py is a Module of python. A Module can contain functions, classes or whatever u want. Just need to type 'import module' on python. U can also use 'from module import class as cls'
7th Jul 2019, 1:53 AM
Mauricio De Martino
Mauricio De Martino - avatar
+ 2
Thanks for the answer to all of you
20th Jul 2019, 10:48 AM
Ashish Yadav
Ashish Yadav - avatar