Data Type Python

a = 0 
if a:
   print "Here"
   
a = 2
if a:
   print "There"