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.
Fork with new description which may be better
You're welcome, your question is very useful , you opened my eyes to some understatement of the description, I'll try to fix it
Thank you very much for your criticism, I will try to correct the condition. Explaining in more detail to kata, there is a sequence of natural numbers starting with some unknown number . (the numbers go in a row) you need to find the smallest number that will fit this condition , it is guaranteed to exist
That's because your function isn't returning a list.
returning a print statement is the same as returning
None
. so when the site is testing if your output is correct, it is just testing against aNone
value.No problem :)
You are right, there is a problem. I've just published a new fork, I hope it's approved soon.
We don't know what you are doing.
If you don't know, why raise an issue?
All the random tests in Python (I assume you are using this language) just do this :
Just like fixed tests do stuff like this
Please be more specific, and however don't raise issues if you don't know.
prod
is new in Python 3.8, here you have 3.6 (for now).