Data Type Python

if 1:
     print 'true'
if not 1:
     print 'true'
else:
     print 'false'