Ad
  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    The instructions say "If the given input is not an integer, return "Error 404"."
    But the tests look for "Invalid Value"

  • Custom User Avatar

    It seems that some of the random tests provide invalid times but do not expect false.

    Testing for convert_time(12, 21:44AM)
    It should work for random inputs too - Expected: "09:44AM", instead got: false