Learn
Functions
Review: Modules
Good work! Now let’s see what you remember about importing modules (and, specifically, what’s available in the math
module).
Instructions
1.
Import the math
module in whatever way you prefer. Call its sqrt
function on the number 13689
and print
that value to the console.