Ad
  • Custom User Avatar

    Thanks for the response!

  • Custom User Avatar

    If you write your code in your IDE on your PC, then paste it into Codewars, you must make sure that the function name is the same as the one that is visible in the "default"/starting screen on the Codewars kata page - because the tests will be expecting to import that named function.

    So if a kata asks for a function "count_to_ten" and you call it "my_test_function_on_my_pc" then it won't work.

  • Custom User Avatar

    I'm dealing with the same issue. How did you fix it?

    To clarify: the name of my function is exactly the same as when the kata started. I have tested 25+ URLs and it returns the expected output. However, the attempts fail.