Ad
  • Custom User Avatar

    You need to return your output and not print it to the console. All katas on this website work like this. Returning the value, means the value is retained from that function call. The value retained can be checked and checked for equality against the expected answer. Printing to the console is hard to check for equality. "None" is the default value when nothing is returned.