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 maximo entre", a, b, c, d, e, "es:")
f=max(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: