Ad
  • Default User Avatar

    7 years later.

    i also could not pass the last equality test until it returned false instead of Error.

  • Default User Avatar

    returning false for mismatching lengths in equals worked for me too, but also thought it should have thrown an error like everything else.

  • Default User Avatar

    This threw me too (intended). Returning False and forgetting about the error might work, contrary to the instructions.