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.
A
range
object does not imclude the endpoint.Same here. Cheated to look at the answers, still not sure why it wants what it wants. This is a very poorly written/worded Kata.
Exactly. It should be stated explicitly.
This comment is hidden because it contains spoiler information about the solution
Your code is not very efficient and I am not surpised that it times out. Try making bigger steps at the time. Use the shift operators (i.e., << and >>).
This comment is hidden because it contains spoiler information about the solution
s is the output
xs is the list of numbers
the test button doesn't work
use submit instead since their are no test cases
(This is for python, not sure about the other languages)