Articles → Python → Math.Sqrt Function In Python
import math print("Square root of 4 is :" , math.sqrt(4))
Query/Feedback