What is true about Python packages? (Choose two.)
- A.a code designed to initialize a package’s state should be placed inside a file named init.py
- B.a package’s contents can be stored and distributed as an mp3 file
- C.__pycache__ is a folder that stores semi-compiled Python modules
- D.the sys.path variable is a list of strings