Which of the following statements is false?

a. A key programming goal is to avoid “reinventing the wheel.”
b. A module is a file that groups related functions, data and classes.
c. A package groups related modules. Every Python source-code (.py) file you create is a module. They’re typically used to organize a large library’s function-ality into smaller subsets that are easier to maintain and can be imported sepa-rately for convenience.
d. The Python Standard Library module money provides arithmetic capabilities for performing monetary calculations.

d. The Python Standard Library module money provides arithmetic capabilities for performing monetary calculations.

Computer Science & Information Technology

You might also like to view...

________ are miniature images of presentation slides

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is a characteristic of BGP?

a. Not designed for routing between separate organizational networks b. An external routing protocol c. Uses ASNs d. Uses UDP

Computer Science & Information Technology