Ad
  • Custom User Avatar

    Thank you, I was desperate, but you helped me. I'm not that attentive. It was necessary to return, not to print. Python

  • Custom User Avatar

    Basically return the whole string instead of printing it like this
    return "no one likes this";

  • Custom User Avatar

    Hi. Your code not working is not an issue (an issue is a bug in the kata). Post a question rather. If you are using JavaScript (please state it clearly first if you want help), this probably means your code returns nothing. You must return the result, not print it.

    Please refer to the official documentation details: https://docs.codewars.com/training/troubleshooting/