Web Analytics

Python math.sqrt() Method

Mathโ€ขSquare Root

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