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.
OP solved it, closing
OP solved it, closing
Same error
@steffan153 Nothing is visible. There is a
red arrow
to left of "KataTest". It's expand/collapse feature. But expanding it doesn't show anything.@mahesh2492 Were you able to proceed so far ?
@mahesh2492 You can add a print statement for any random failing test by
if
condition to print all input parameters as well as your return value.print your return value to find out which test is failing and then add checks accordingly.
Answered.
just "RTFM"? x)
This comment is hidden because it contains spoiler information about the solution
733049910872815764
in chunks of 5 digits becomes73304 99108 72815
(the last chunk is discarded).Because they're not, they are all rotated left by one position.
73304 99108 72815 -> 33047 91089 28157
Scroll to the bottom. It will tell you what went wrong.
use a print statement... you will know a tests input value once it's been used, so you can at least study the results to it, but of course
because random
, you will not know what or when on the next run, study hard, good luck