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.
I forgot the .join builtin. To use list comprehension was way good! I need to learn it.
You're not supposed to paste solutions here.
You're not supposed to paste solutions here.
def digital_root(n):
This was my solution to the digital root problem, this is not the most efficient solution. Can anyone post more efficient solutions to this problem?
def create_phone_number(n):
This was a solution to the phone number problem, but I believe there are so many more efficient solutions, help me improvise this solution.
Please don't post solutions in kata's Discourse. Use Solutions section to discuss it. Even there, use spoiler flag when appropiate.
This comment is hidden because it contains spoiler information about the solution