View Code of Problem 74

from math import  sqrt
n=eval(input())
print('%.3f'%sqrt(n))

Double click to view unformatted code.


Back to problem 74