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.
@lmh00 didn't saw i included () oopsie, i removed it from the explaination
@Sigmanificient all of the answers include all of the characters you said weren't allowed though.
EDIT: maybe not all of the characters, but definitely ()
I don't think anyone actually followed the rules.
You need to assign the alphabet
abcdefghijklmnopqrstuvwxyz
to theALPHABET
variable.The catch is that you need to not use any symbol outside of the allowed character set.
Solution using characters such as
",:[]{}+"
would not be allowed.You need to find a creative way to manipulate the python langage.
There is multiple ways to do it, but having a good knowledge of the language would help a lot
It totally is explained thoroughly and according to codewars docs, kata of 6-5 kyu (which this one is estimated to be) may include things like complex design patterns and advanced oop stuff, which is way above string slices in python, so it implies that user already knows what
"string"[::2]
is