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.
no PEP8 violation here.
STRANGE_STRING
is a constantthank you, hero!
The variable formatting should be compliant with PEP8 regarding good practices, as this platform provides an environment to practice skills in any given language.
Correct formatting would be snake_case, instead of "UPPER_CASE".
It is a Kata issue because my code solves the provided tests and also fulfills the lines of code requirement, it even compels with a lower amount.
It is not true that I could have copied previous solutions because:
1º Previous solutions need to be seen by my account having the Kata completed (this is not completed yet as of this issue preventing this completion)
2º Other solutions would not have encountered this issue (ergo, those solutions do not prompt this issue)
The issue is because the author demands a specific code to be presented, which is against the very basics of programming as there are multiple ways to solve a specific task.
a disgusting task. :(
I see, that is a different issue. That should be a perfectly valid solution. I'm not sure why the tests are written like this, but the same check is done in JavaScript.
This comment is hidden because it contains spoiler information about the solution
I think the issue is that the description mentions a character limit of 161, but the actual limit varies depending on the language. See:
The latest code submitted by OP that passes the test will be shown whilst other previous submitted code will be overriden...(upon clicking
View Solution
) Hence, we can't be sure if that solution is OP's original one or he copied solutions to test the kata out. But seeing the number of solves, it can be assumed that either it is exceeding the character limit or OP is using a higher version of Python with syntaxes yet to be supported in current setup of CW... but the OP's code fits this requirement?
Not a kata issue! This is supposed to be a puzzle, hence the description should not give too much detail regarding the output code format. Also, which part is not complying with PEP8??
FYI, almost 800 coders solve it in Python, so it is unlikely that the kata has issue
kata hint != kata suggestion
Not a kata issue! You miss this line -->
Your task is to shorten the code as much as possible in order to meet the strict character count requirements of the Kata. (no more than 161)
There isn't an issue to fix and, like I mentioned in my previous comment, ranks can't be changed, so there's no reason for your suggestion to remain open, hence it was marked as resolved.
In Python
I tested 2 solutions, both passed all test cases, but won't be accepted as valid solutions because they don't contain the specific "keywords" the author wants.
Loading more items...