nerdexam
Python_Institute

PCAP-31-03 · Question #1

What is true about Python packages? (Select two answers)

The correct answer is B. a package can be stored as a tree of sub-directories/sub-folders C. __pycache__is the name of a built-in variable. See the full explanation below for the reasoning.

Question

What is true about Python packages? (Select two answers)

Options

  • Athe__name__variable content determines the way in which the module was run
  • Ba package can be stored as a tree of sub-directories/sub-folders
  • C__pycache__is the name of a built-in variable
  • Dhashbang is the name of a built-in Python function

How the community answered

(45 responses)
  • A
    16% (7)
  • B
    76% (34)
  • D
    9% (4)

Community Discussion

No community discussion yet for this question.

Full PCAP-31-03 Practice