2.15 lab: square root given a floating-point number as input, output the square root of the given number. hint: use the appropriate function from the math module to perform the operation. ex: if the input is: 9.0 the output is: sqrt: 3.0



Answer :

Other Questions