import time h= input('INGRESE UN VALOR') time.sleep(2) if h == '5': print 'ES MENOR' else: print 'ES MAYOR'
No hay comentarios:
Publicar un comentario