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 copy a post from @B1ts below:
"Also, it looks like you're actually calculating the factorial itself. That's way too slow and not gonna work for bigger numbers. There's another way to solve it."
Hello guys teach me please. My code working small numbers(13, 15, 17) but when doesnt work if i work on big numbers(3957, 3584).
My error: OverflowError: int too large to convert to float