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.
ranks can't be changed, that kata is over-ranked thoo (but old so cannot be changed)
I don't understand why this kata kuy7?
Cuz for resolve this problem, first of all u need to resolve THIS kuy6 kata
It's must be kuy6 cuz of thats hard to find fast algorithm for prime checking.
I think i done stupidies solution :) But anyway it's work. Started learning Python 4 days ago. And i am proud of myself, cuz was able to solve 4kyu.
I'm fairly certain that I have written faulty code, but what part of my code needs fixing I'm clueless about. Thanks for the input Though :)
Ok, when i looked others solutions, i was very disappointed cuz of my solution sooo stupid :D. But i wanted use "groupby" that i learned from previous kata :) I think my solution not so bad cuz i started learning Python 3 days ago :D
It's not the best solution. But i am proud by myself because it's 5 kyu. Start learning Python 2 days ago:D
i spent more time for understanding instruction than for solution. But kata is good.I think u need to do something with description
Oh, didn't think about it :) Ty for advice. Will use it in my future.
Why not solve it online? :P You can simply print the dict -
print(MORSE_CODE)
- and copy it from output.Great story, thank you!
Can you please next time post MORSE_CODE dict in description, it's too hard to solve this kata offline.