Question: 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

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. You will need to use an import statement to do this Ex: If the input is: 9.0 the output is: sqrt: 3.0 #import your math function put your code here. *** ILI
Step by Step Solution
3.46 Rating (153 Votes )
There are 3 Steps involved in it
import the math function sqrt to calculate square root o... View full answer
Get step-by-step solutions from verified subject matter experts
