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 Dumps Valid Version with 109 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
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?
Select Two answers! Only one listed.