Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/10/2010, 22:03
REHome
 
Fecha de Ingreso: mayo-2007
Ubicación: PIC-16F84A
Mensajes: 729
Antigüedad: 17 años, 5 meses
Puntos: 8
Respuesta: Introducir nñumeros positivos y negativos se acaba

Por lo que interpreto a tus explicaciones es:

Código Python:
Ver original
  1. while True: # Bucle para repetir el menú.
  2.     x = int(raw_input("Dame un numero:")) # Introduce un número.
  3.     if (x < 0): # Si es menor que 0...
  4.         break; # ... es decir, negativo, rompe el bucle.
  5.     print x # Muestra nº positivos en pantalla.
  6. print 'Has introducido un número negativo.' # Al salir del bucle muestra mensajes...
  7. print 'Haz salido del bucle.
__________________
Meta Shell, VERSIÓN 1.2.2
Descargar