Last answered:

24 Oct 2023

Posted on:

09 Oct 2023

0

Module and library

What is the difference between the module and library?

1 answers ( 0 marked as helpful)
Instructor
Posted on:

24 Oct 2023

0

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

Submit an answer