Concept Flow - np.sqrt() for square roots
Start with array or number
Call np.sqrt() function
Calculate square root element-wise
Return new array with roots
End
The np.sqrt() function takes a number or array and returns the square root of each element.