OK this might seem like a retarded question, but what is the difference
between a library and a module?
If I do:
import string
am I importing a module or a library?
And if i do string.replace( ) am I using a module or a function or a
method or what?
Sorry.
between a library and a module?
If I do:
import string
am I importing a module or a library?
And if i do string.replace( ) am I using a module or a function or a
method or what?
Sorry.
Comment