Which of the following statements imports a module into the global namespace? Select one: a. from temperature import * b. import temperature c. import temperature as global d. import temperature as temp