fork download
  1. 3<5
  2. True
  3. 10.0==10
  4. True
  5. 3.5 != 3.45
  6. print "ordinati:", (2 <= 4 <= 3)
Success #stdin #stdout 0s 23296KB
stdin
Standard input is empty
stdout
ordinati: False