Module and library
What is the difference between the module and library?
1 answers ( 0 marked as helpful)
Hi Omnia!
Thanks for reaching out.
Let me show you the differences:
Module: A single file containing functions, classes, or variables, as well as runnable code.
Library: A collection of related modules grouped together.
Both are used to modularize and reuse code.
Hope this helps.
Best,
Tsvetelin