print("Por favor ingrese 4 valores númericos")
num1=int(input())
num2=int(input())
num3=int(input())
num4=int(input())
nums=(num1, num2, num3, num4)
print(nums)
numax=(max(nums))
print("El número mayor entre", nums, "es", numax)
To embed this project on your website, copy the following code and paste it into your website's HTML: