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

Subscribe
Notify of
guest
2 Comments
Inline Feedbacks
View all comments
jelly
jelly
1 year 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
1 year ago

Select Two answers! Only one listed.