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