import math numero = int(raw_input("inserire un numero positivo per calcolarne la radice quadrata\n")) print math.sqrt(numero)