Articles → Python → Math.Sqrt Function In PythonMath.Sqrt Function In PythonIn this article, we will discuss the math.sqrt function in Python.Purpose The function calculates the square root of the number.Example import math print("Square root of 4 is :" , math.sqrt(4))Output Posted By - Karan Gupta Posted On - Friday, April 19, 2019 Query/Feedback Your Email Id** Subject* Query/Feedback Characters remaining 250**
import math print("Square root of 4 is :" , math.sqrt(4))
Query/Feedback