If there is a module named calculator containing resources such as add() , subo, prodo, and divo, how would you import and use resources defined in that module?
a. from calculator import
b. from calculator import;
c. from calculator import all
d. from calculator import