Python math.sqrt() Method
The math.sqrt() method returns the square root of a number.
Syntax
math.sqrt(x)
Return Value
The square root of x.
Example
Output
Click Run to execute your code