Ad
  • Default User Avatar

    The example tests are all looking for "does equal", and none look for "does not equal", so I simply wrote a function that returns an object O defined s.t. for all integers x, O == x. My code passed the example tests but not the final evaluation. Can you please add at least one "does not equal" test in the examples so people won't be led astray in this way.