Which of the following is a built-in Python function that returns the square root of a number?
math.pow()
math.log()
math.sqrt()
math.sin()

Software Engineering and Development Exercises are loading ...