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.
A very efficent but sloppily formatted solution. Kind of funny to use /10 as the base check instead of just <10 which would be more efficient. A variant of this should be the best practice.
very compact code
cool
Beautiful
lol
This comment is hidden because it contains spoiler information about the solution
so clean 👌
iNsanity
int() with base 0, wow real nice
Why not some linebreaks to make it readable
Most 8kyu kata: Return "Hello"
This 8kyu kata:
definition of best practice
Lol! but why import the codecs lib inside the function?