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.
because the "list" function works with strings, but not with numbers
I think because the join() function requires it to be a string.
This comment is hidden because it contains spoiler information about the solution
i agree with that
last lines should be:
s = int(s)
return s
I like that imperative-style coding)
best practice lol axaxa
very readable! people should do it more
It looks like a step-by-step recipe for cooking a dish. I like it!
This is good for readability. Easy to understand for beginners!
I love readable!
you could do this but it would be very unreadable
Its accept negative number.
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...