a=int(input("Ingrese un valor"))
b=int(input("Ingrese otro valor"))
c=int(input("Ingrese otro valor"))
d=int(input("Ingrese otro valor"))
e=int(input("Ingrese otro valor"))
print("El valor minimo entre", a, b, c, d, e, "es:")
f=min(a, b, c, d, e)
print(f)
To embed this project on your website, copy the following code and paste it into your website's HTML: