fork(1) download
  1. class YourCodeSucks:
  2. def __eq__(self, other):
  3. return True
  4.  
  5. cond = YourCodeSucks()
  6. print(cond == None)
Success #stdin #stdout 0.02s 8736KB
stdin
Standard input is empty
stdout
True