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.
You should remove the whole
Cheat check
it block altogether.Users trying to use such exploit will be punished anyways.
Actual test - Fixed tests
The assertions are all repeated twice, should keep 1 only
Approved.
python new test frameworks
Random tests never generate cases where
len(pipe)
is less thann
. It may lead to solutions like this.which language ?
done. ;)
Since we are changing the description, we might as well fix the typos 🙃 :
You have to construct 5X5 matrix with the letters of string and remaining alphabets written in this matrix (with only first
occurenceoccurrence)Now you have to insert space characters in the ciphered string so that they are matching
theretheir original position in the input string.python new test frameworks are required.
Amazing kata.
The colors in the description could be changed to black for better visualization in light mode.
Approved.
Thanks. :-/
This comment is hidden because it contains spoiler information about the solution
Description need fixing.
See the description change in this comment, author mistakenly placed the missing
qr
in the wrong stepIt should be:
Step 4: Break the given plaintext into pairs.
After Steps 1, 2, and 3:
s = cozylumxmoxgivesxsmartsquidwhoasksforjobpenx
After Step 4:
s = co zy lu mx mo xg iv es xs ma rt sq ui dw ho as ks fo ri ob pe nx qr
Where did the last
qr
come from?Loading more items...