Ad
  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Your code should return the result, not print it, and also note you're returning strings, not boolean values.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Maybe you're printing the result instead of returning it? Hard to know if you don't post the error message or your code. If you post your code make sure you use markdown formatting and remember to mark your post as having spoiler content.

  • Custom User Avatar

    I am going through the log and I have outputted the correct response for every single basic and random variable (50 tests total!), but I am still receiving an error. What could I possibly be doing wrong?

  • Custom User Avatar

    I'm getting error below even though my code runs properly on my local machine. I had the same issue with a previous Kata! What am I doing wrong?

    "NameError: name 'is_divisible' is not defined"