What is true about Python packages? (Select two answers)
A: the__name__variable always contains the name of a package
B: a package is a group of related modules
C: the pyc extension is used to mark semi-compiled Python packages
D: a package is a single file whose name ends with the pa extension