fork download
  1. print(not(3>4))
  2. print(not(1-1))
  3.  
  4.  
Success #stdin #stdout 0.04s 9624KB
stdin
8
stdout
True
True