Nothing Happened : Pass : Statement PYTHON TUTORIALS


PYTHON TUTORIALS » Statement » Pass »

 

Nothing Happened


name='tick'
if name == 'tom': 
    print 'Welcome!
elif name == 'tick': 
    pass 
elif name == 'Bill Gates': 
    print 'Access Denied'



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Statement
» Pass