print("Ingresa un número ya sea negativo o postivo")
ab=int(input())
print("El valor absoluto del número ingresado es de")
print(abs(ab))

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: