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.
conditional expression
similar to the ?: operator in C
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.
Switch Statements in Python! Love it!
Brilliant!
Thanks!
I like this solution. Very readable.
Efficient and Readable. That's all you need.
This comment is hidden because it contains spoiler information about the solution
Clean and readable.
see here: https://stackoverflow.com/questions/394809/does-python-have-a-ternary-conditional-operator
Efficient and readable. Awesome!
This comment is hidden because it contains spoiler information about the solution
Like this solution. Very readable.
This comment is hidden because it contains spoiler information about the solution
Loading more items...