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.
Terrible solution.
@Discidee this won't work for this common case "qwertyuiopasdfghjklzxcvbnm" where it's should be True but it's not existed in kata's tests
you are just verify if the length of string is more than 27 and that's not what this kata wants you to do however it's working properly because all
True
cases have length higher than 27 that's why your code is workingu rock
nah, in set u have to add more conditions like removing non alphanumerical characters like question marks etc
using set will fix that
Bruh, you're a genius for all the wrong reasons lmfao
this can't work because can have duplicated letters. if it worked is because the tests are bad
i think the test should be fixed
A zero-liner, anyone?
This comment is hidden because it contains spoiler information about the solution
Nice loophole! It gave me an idea of a solution.
You cannot do this in this way since you may have one letter written 27 times.
He just clicked attempt until random tests let him pass.
I don't get how this solution works.
;) Take a look at my one-liner.
Loading more items...