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.
So good to read! I learnt some new from this code :D
Thanks!
Very readable!
I've searched for the switch statement in Python and found that it does not exist.
Instead, it's called the match operator, which has been available since Python 3.10.
This solution is very clear using the match operator, and it also uses string interpolation and collection destructuring/unpacking.
I've trained again on this kata to type and feel for myself the functioning of this operator.
I like the way you implemented the boolean logic!
This comment is hidden because it contains spoiler information about the solution
good!!!
So
wrapping_shr
is a thing. Great!This comment is hidden because it contains spoiler information about the solution
this is my favorite solution
it really looks nice
This comment is hidden because it contains spoiler information about the solution
Сколько людей. столько и решений)
So clean, reminds me of my C days
Concise and readable, just amazing solution!
This comment is hidden because it contains spoiler information about the solution
Loading more items...