Ad
  • Default User Avatar

    Hi and welcome to Codewars - it seems that this is your first kata, so just to help you troubleshoot what's going wrong: you need to return your answer to the Codewars server, not just print it to console/screen.

    So in your current solution, if you replace all the occurences of print by return you should already be in a much better position to debug any eventual problems in your code.

    Also here is the useful Troubleshooting Guide that may help you in any later katas, if you have some problem with errors etc.