+ 9
please explain modules
I tried hard to understant modules in python 3 It just makes me fool every time... feeling difficulties here.
3 Answers
+ 5
Here is a tutorial where you can find the basics of modules:
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2438/
+ 5
also you can make your own module and then you can import this module and use this another .py file
+ 3
which modules? there are a lot of useful modules but simply modules are librarys they are help us while we are coding think like this if there is no module we had to be write all codes but modules makes it easier they creates a function and when we call that this all long codes work we dont have to write them