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)- A6% (1)
- B76% (13)
- C12% (2)
- D6% (1)
Community Discussion
No community discussion yet for this question.