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.