MC Which of the following correctly calls the math module function sqrt with a value of 36?

a) math(sqrt, 36).
b) math.sqrt(36).
c) math.sqrt = 36.
d) None of the above.

b) math.sqrt(36).

Computer Science & Information Technology

You might also like to view...

The ________ SmartArt category is used to show organizational structure or decision tree

A) Cycle B) List C) Hierarchy D) Matrix

Computer Science & Information Technology

Which of the following operations has the highest precedence?

a. Postincrement. b. Multiplication. c. Addition. d. Assignment.

Computer Science & Information Technology