Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
Your code should return the result, not print it, and also note you're returning strings, not boolean values.
This comment is hidden because it contains spoiler information about the solution
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.
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?
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"