[PIPython] Problema

tiziano a work tiziano
Ven 19 Nov 2004 15:16:53 CET


hehehe... mi hai anticipato ;-)

Simone Piunno wrote:

>On Sunday 17 October 2004 17:51, Francesco Benincasa wrote:
>
>  
>
>>>...uhm... non è meglio far girare i tentativi?
>>>      
>>>
>>Si, a meno che non sia richiesto esplicitamente che all'ultimo tentativo
>>fallito consegua un output tipo "Termine possibilit`a accesso escluso" :)
>>    
>>
>
>for i in range(3):
>  if raw_input('Password:') == 'Bambola':
>    print 'Benvenuto!'
>    break
>  else:
>    print 'Password errata'
>else:
>  print 'Termine possibilità accesso escluso'
>
>  
>




More information about the Python mailing list