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.
it would save your time but execution time will increase
cool recursion worth my learning
yeah i understood that n is day after facing wrong answer but still didn't knew substracting from height can do the trick
oh i see, i used same logic to do it quickly but i didnt knew i had to subtract down speed once from height before doing this
This comment is hidden because it contains spoiler information about the solution
bruh
most readable
Really enjoy it when solutions are readable and easy to understand.
title() just capatilizes each starting letter of every new word. The dash does not count as a word; so every new letter that it encounters after the dash or any other symbol that does not represent a letter, it capitalizes.
wonderful, Thanks!!
couldn't figure out how to count recursion,
learned a lot from it, Thanks!!
Agreed
This comment is hidden because it contains spoiler information about the solution
I don't understand that add_letters() is 'z'.
I know, it's not the shortest answer, but I think it's the best practice, cause other people should see your code. Imagine, it's after midday, you're tired and it's easy to make stupid mistakes. And codes like this is best practise for working atmosphere. Correct me if I am wrong
I thought so too. But it seems it capitalizes each letter after a dash.
Loading more items...