print("ingrese 4 valores nméricos") n5=int(input()) n6=int(input()) n7=int(input()) n8=int(input()) print("El número menor entre",n5,n6,n7,n8,"es",min(n5,n6,n7,n8))
To embed this project on your website, copy the following code and paste it into your website's HTML: