fork(1) download
  1. num = "30"
  2.  
  3. if (20 > num):
  4. print 1
  5. else:
  6. print 2
  7.  
  8. #print(int(num)+5)
Success #stdin #stdout 0.01s 7248KB
stdin
Standard input is empty
stdout
2