Which of the following statements is false? Typically, when importing a module, you should use import or import... as statements, then access the module through the or the abbreviation:
a) import module
b) from module import
c) import module as md
d) import module from