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 must apologize. I wrote this deeply frustrated as I am just starting to learn programming and I could not see the logic behind this kata.
It would be very educational to look at the solutions. Or come up with a solution which does not time out. Like, really.
No, it's not the goal here. It is your task to come up with a solution which does not time out.
Cmon, it is so easy it hurts.
Cmon, it is so easy it hurts. Please fix the number so it does not time out every time even with the simplest for loop.
Do all those solutions contain loops? Then you should try something different.
focus on the output of the problem, it requires the length not the sequence of the numbers.
I also keep getting Execution Timed Out, Ive tried three different solutions that pass Test Case.
This kata was great practice for different built in python functions. Understanding the task was very straightforward and allowed me to get straight to work!