Ad
  • Custom User Avatar

    In Codewars you have to return values and not print them. The print function itself returns None, so all your returns just are return None in the end.

    Maybe you can read through the Codewars docs to clear things up.

  • Default User Avatar

    Strange stuff... I've made a wonderful Py function which locally works exactly how required, but still the check returns mistakes. Better try some other tasks :(