Desarrolle un algoritmo que permita leer tres valores y almacenarlos en las variables A, B, y C respectivamente. El algoritmo debe indicar cuál es el menor. Asumiendo que los tres valores introducidos por el teclado son valores distintos.
Solución
- Entrada: 5 8 1
- Salida: 1
A=int(input("ingrese un numero\n")) B=int(input("ingrese otro numero\n")) C=int(input("ingrese un nuemero\n")) if(A < B and A < C): print("El numero menor es " + str(A)) else: if(B < A and B < C): print("El numero menor es " + str(B)) else: print("El numero menor es " + str(C))
3 comentarios:
HOLA SEÑOR LO AMAMOS, NUESTRAS INICIALES SON D.I.T LO QUEREMOS SEÑOR GRACIAS POR SU AYUDA PDT VIOLENOS EN LA NOCHE 7U7 (OK NO)
ESPEREMOS QUE ESTE VIVO Y COLIANDO PARA QUE NOS PUEDA CONTESTAR EL MENSAJE ANTERIOR
SEÑOR POR FAVOR ESPERAMOS QUE SIGA VIVO Y QUE TENGA ÉXITO EN LA VIDA GRACIAS A USTED PLAGIAMOS SU PROGRAMA DICIENDO QUE NOS NOSOTROS LO HICIMOS Y SACAMOS UN 10
Publicar un comentario