import numpy as np x = 2.0 y = np.sqrt(x) print('x =', x) print('y =', y)