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.
Corrected all comments and problems!
I propose to complicate the kata with double encryption after the first encryption +1 calculate the number of letters encrypt the message +n
if the letter length is even, first +n then +1 encryption
Did you change anything since the previous kata?
Ah yes, it got automatically retired in the meantime.
The kata wasn't bad itself, the problem was it being too close to a lot of existing kata.
Cheers.
status "Retired". I won't be able to publish this Kata anymore
it
block for all the fixed testsit
block => replace thedescribe
one with ait
I already regretted that I decided to create a new Kata :D. I don’t know English well, so reading the documentation is a little problematic. Thank you! :D
This one does not seem to be solved: "Assertions should be inside
@test.it
blocks." Remember that in Python tests, the correct structure is@describe
(optional but recommended) ==>@it
==> assertions.It would be much, much easier if you read documentation, checked example kata, and asked for help with creating a kata on Codewars Discord. You would not have to go through all the problems you have.
solved!
solved
Hi,
To me, it's way too close to any other substitution cypher kata, sorry (hence the vote)
Otherwise:
@test.it
blocks.@test.it
block could be used to display the messageAre you sure? My hardcoded solution still passes all tests.
solv
This task is already marked as "Retired". I can't republish it anymore. I'll create it again! Thanks for your help
@test.describe
, and they have an indentaiton error.Loading more items...