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.
Simply add a print statement at the beginning of your function, for example:
can u show me an example pls
Please, use markdown formatting when posting code.
This comment is hidden because it contains spoiler information about the solution
print(strng)
This comment is hidden because it contains spoiler information about the solution
Not a kata suggestion.
It says in the description, that you should not iterate through all numbers from 1 to the input number.
You have to come up with a way to reduce the upper bound of your range of numbers to check.
Ask yourself the question :
What is the largest possible number that could be a divisor of x, that i NEED to check.
why cant i use starred expressions?
This comment is hidden because it contains spoiler information about the solution