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

What is true about Python packages? (Select two answers)
A . the__name__variable content determines the way in which the module was run
B . a package can be stored as a tree of sub-directories/sub-folders
C . __pycache__is the name of a built-in variable
D . hashbang is the name of a built-in Python function

Answer: D

Latest PCAP-31-03 Practice Questions with 109 Q&As

Updated Study Material | Instant Download | Detailed Answers and Explanations

Subscribe
Notify of
guest
2 Comments
jelly
jelly
4 years ago

This is incorrect hasbang() relates to a python function and not to packages.
the question specifically asks about python packages, the answer is A and B? But i have seen people select B and C?

Chumps
Chumps
4 years ago

Select Two answers! Only one listed.