Ad
  • Custom User Avatar

    @lmh00 didn't saw i included () oopsie, i removed it from the explaination

  • Custom User Avatar

    @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.

  • Custom User Avatar

    You need to assign the alphabet abcdefghijklmnopqrstuvwxyz to the ALPHABET 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

  • Custom User Avatar

    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