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.
Fixed some time ago, also there are assertion messages now, so users should not be puzzled by which inputs they are failing. If they want to know which part of code that fails, they can always use
print()
:)It is beautiful though!
It is realy "realy oversized"
Python 3.8
Reset/default state code should be changed from
to
Reason: arguments and variables should not match module names or functions. Style guide says that if they must, leading them with an underscore should be done.
While this may hold value for teaching kata solvers to examine the arguments given, and change them as they need to - I am uncertain if this is the intended "problem" of this kata. All it does is send greenhorn coders on a wild goose chase trying to answer the error code of...
"AttributeError: 'str' object has no attribute 'ascii_lowercase'"
which I do not feel to be easy to resolve as a beginner.
Now, I do concede it gave me some good troubleshooting experience ("Wait... what happens if I... Oooh!") but, I'm not sure if that's the intended challenge.
There are, but I believe due to size of the description, they do not show on main page.
It took me a bit to notice you can scroll down kata descriptions - so I suggest just that!
However one of the examples given was... (note the Whitespaces, Python)
Hey! are there examples?
This comment is hidden because it contains spoiler information about the solution
Are you using print() as a debugging tool?
If so, consult: https://docs.codewars.com/training/troubleshooting/#maxbuffer
It should answer all your issues!
That's part of the challenge! Can you recognize the pattern at play?
I really got to learn functions already available in Python.
My solutions look oversized, and this one makes it feel worse.
Read the description carefully and you'll find the answer.
105 test passed and only 2 failed and showing this 'NoneType' object has no attribute 'sort'
Read the documentation. This is not the right place to ask people to teach you programming languages.
how to use function sort() without returning none value
This comment is hidden because it contains spoiler information about the solution
Loading more items...