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