num = 8 num_sqrt = num ** 0.5print('The square root of %0.3f is %0.3f'%(num ,num_sqrt))
Not registered? Create an account
Forgot Password?
Already a registered user? Login