nerdexam
Python_Institute

PCAP-31-03 · Question #151

What should you put instead of XXX to print out the module name? Package source directories/folders can be:

The correct answer is B. packed as a ZIP file and distributed as one file. See the full explanation below for the reasoning.

Question

What should you put instead of XXX to print out the module name? Package source directories/folders can be:

Options

  • Aconverted into the so-called pypck format
  • Bpacked as a ZIP file and distributed as one file
  • Crebuilt to a flat form and distributed as one directory/folder
  • Dremoved as Python compiles them into an internal portable format

How the community answered

(17 responses)
  • A
    6% (1)
  • B
    76% (13)
  • C
    12% (2)
  • D
    6% (1)

Community Discussion

No community discussion yet for this question.

Full PCAP-31-03 Practice