With regards to the directory structure below, select the proper forms of the directives in order to import module_a. (Select two answers)

With regards to the directory structure below, select the proper forms of the directives in order to import module_a. (Select two answers)

A . import pypack.module_a
B . import module_a from pypack
C . import module_a
D . from pypack import module_a

Answer: A,D

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments