Cual es el error?
PD: Uso Phyton 2.7.2
Código
def main(): OV="s" while (OV!="exit"): x= raw_input("Pon un numero: ") if x>0: print"Positivo" else: print"Negativo" OV= raw_input("Otra vez? ") main()
|
|||
Tema destacado: (TUTORIAL) Aprende a emular Sentinel Dongle By Yapis |
|
|