Ad
  • Custom User Avatar

    Your solution is printing the results instead of returning them. In a Codewars kata, functions should use return statements to output results, not print statements. Here, the function even_or_odd should return "Even" or "Odd", rather than printing these values to the console.