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.
Bravo, beautiful solution. I'm sad I didn't see recursion as a way. Thinking back I really should have, I could see I wanted to do the same thing over and over until a base case of sorts.
This is a Python 2 solution where / is integer division.
This comment is hidden because it contains spoiler information about the solution
Missing int in the return statement, won't pass tests without it.
that means if x!= 0 return x+zeros(x) else return 0
this is wrong, zeros(100)=24 not 25
Awesome
doesnt work if n >= 5^10001 :^)
doesnt work if n >= 5^10001 :^)
WHAT-.....Solutions like these are what I aspire to be able to do one day.
thank you, I was very confused as to why this worked since I haven't programmed in anything other than Python3
brainexplode!!!! my friend your answer is really crazy jajajaja you're god and i'm not kidding you
This is graceful
woow nice use of recursion over there
This comment is hidden because it contains spoiler information about the solution
Loading more items...