Ad
  • Default User Avatar

    kind of slow tho :c

  • Custom User Avatar

    Not an issue. All the tests are correct.

  • Custom User Avatar

    I'm using Python, and the test cases which are giving the wrong output in the automatic tests are giving the right output in my IDE. For example, it says "'12' should equal '2'". Clearly, 2-1 = 1, so the test string here is '1'. But when I run increment_string('1') on my computer, it correctly returns '2'. All 11 inputs which are giving the wrong input in the automatic tests are giving me the right output when I run them myself. This leads me to think there is something wrong with the automatic tests.