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.
That's such an important detail I completely missed. Good catch! I pretty much wrote the "".join() one-liner, and thought myself clever for being so efficient, but missed the most important job of a dev: respecting the requirements :D
If the original message contains several spaces in a line, this code will remove them. Thus, the code does not replace each initial letter of the word with a capital one, but also changes the length of the line, which is not part of the task
Pretty much my approach to "Jaden case" lol
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Make it a one-liner by adding return directly ! (Instead of assigning it to a variable)
This comment is hidden because it contains spoiler information about the solution
smooth
Assigning constants will make your code look longer and less clean. Try adding the number or character directly into your main code.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Lord
Lord
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Loading more items...