print("ingrese 4 valores nméricos") n1=int(input()) n2=int(input()) n3=int(input()) n4=int(input()) print("El número mayor entre",n1,n2,n3,n4,"es",max(n1,n2,n3,n4))
To embed this project on your website, copy the following code and paste it into your website's HTML: