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.
Random tests don't work if you modify the input array (it's an issue).
difficult to understand for English users too haha
Rounding to the nearest integer and rounding to the biggest near integer are not the same thing. In a python problem, you need to round the biggest near integer.
Both numbers have an even number of 1s in their binary representation.
They are defined already as part of the kata, just not in the part of the code that you can edit.
It says 16:9 and round up, what's misleading there?
The thing I could agree is misleading is the example in the description, I'd say it should be
498x280
instead of500x280
.Can you provide more details about the test that failed and what the issue was?
Yeah, and the first substring could have been a slice. Thanks for your feedback