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.
You're not supposed to read from input (the runtime times out because it's waiting for input but there isn't any). number is an argument of the function. And you should also return the sum instead of printing it out.
I like the "why break at all if you can return the result straight away?" People should try it out before they say something.