Not demo : Not : Language Basics PYTHON examples


PYTHON examples » Language Basics » Not »

 

Not demo


Not demo


name = ''
while not name:
    name = raw_input('Please enter your name: ')

print 'Hello, %s!' % name

           
       



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Language Basics
» Not