What is true about Python packages? (Select two answers)
the sys.path variable is a list of strings
_pycache_is a folder that stores semi-completed Python modules
a package contents can be stored and distributed as an mp3 file
a code designed to initialize a package's state should be placed inside a file named init.py
Submit