Ad
  • Custom User Avatar

    🤖 Codot says:

    Your code defines the function with the name "reverse_text", but the kata requires the function to be named "reverse_words". Codewars will look for a function with the exact required name in order to test your solution, and will fail if it can't find it.

    Your solution does not conform to requirements, it's not a kata issue.

  • Custom User Avatar

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