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.
ok
Thanks
I don't know but I think you commented on the wrong exercise. This is the third part exercise and you probably want to work on the first one https://www.codewars.com/kata/54b724efac3d5402db00065e
Your solution might work there and otherwise I suggest add logs message to troubleshoot.
I think it's available now, enjoy it
This comment is hidden because it contains spoiler information about the solution
Check for capital letters. Also make sure the length of your string output is correct.
This comment is hidden because it contains spoiler information about the solution
make the input in lowercase or create a dictionary that supports uppercases
Or rather because the T is capitalized. I have the same issue
in the submit tests
the morse code '...---...' should be '...-- -...'
This comment is hidden because it contains spoiler information about the solution
found out the problem
just replace the print with return :)
dont stress, this kata is a bit wonky. your solution is probably the right one.
Thx bro, now my solution complete)
Dont stress yourself, the python tests are probably broken or something
the test uses a created function to do the calculation
all u need to do is print the value entered in function
Loading more items...