fork download
  1. someval = '0'
  2. if someval > 0:
  3. print 'It is set to something!'
  4. else:
  5. print 'It is not set to anything!'
  6.  
Success #stdin #stdout 0.04s 64304KB
stdin
Standard input is empty
stdout
It is set to something!