Mega Code Archive
Categories
/
Python Tutorial
/
Statement
Nothing Happened
name='tick' if name == 'tom': print 'Welcome!' elif name == 'tick': pass elif name == 'Bill Gates': print 'Access Denied'