With regards to the directory structure below, select the proper forms of the directives in order to import module_c. (Select two answers)
from pypack.upper.lower import module_c
import pypack.upper.lower.module_c
import upper.module_c
import upper.lower.module_c
Submit