Saved Bookmarks
| 1. |
Program code making use of a given module is called a ______ of the module.(a) Client(b) Docstring(c) Interface(d) ModularityThe question was posed to me by my college professor while I was bunking the class.My question comes from Python Modules in portion Mapping Functions and Modules of Python |
|
Answer» Correct answer is (a) Client |
|