Chapter 6: Problem 15
Write a statement that uses a math module function to get the square root of 100 and assigns it to a variable.
Short Answer
Expert verified
Question: Write a statement using a math module function to find the square root of 100 and assign it to a variable.
Answer: `square_root = math.sqrt(100)`