x=int(input("Ingrese el primer valor"))
y=int(input("Ingrese el segundo valor"))
z=int(input("Ingrese el tercer valor"))
w=int(input("Ingrese el valor valor"))
minimo=min(x, y, z, w)
print(f"el valor maximo entre todos sus numero es {minimo}")
To embed this project on your website, copy the following code and paste it into your website's HTML: