MC Which of the following correctly imports a math function directly into the namespace?

a) import math, sqrt.
b) import math.sqrt.
c) from math import sqrt.
d) None of the above.

c) from math import sqrt.

Computer Science & Information Technology

You might also like to view...

When viewing a slide show, the navigation buttons appear only if you point to them or move your mouse over them

Indicate whether the statement is true or false

Computer Science & Information Technology

Cells in a spreadsheet are 10 characters wide.

a. true b. false c. not enough information

Computer Science & Information Technology