Statement Python Tutorial

if 1 == 2: print 'One equals two'
if 1 == 1: print 'One equals one'