numero= int(input("ingrese un numero")) print(f"el numero ingresado es {float(numero):.3f}") print(type(float(numero)))