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.
the same way i solved problem. which is faster? replace or repeat?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
There's no way to reliably check for them without either some false negatives or some false positives, so we live with the latter.
Which is... not much of a problem anyway, you can always rename your variable to something which does not trigger the code content tests.
Looks like it's fixed?
How did you do it, please? (I think you use a mthod I do not know for now) :)
In python I'm already disabled all module imports. I think it much better than source code check.
I think it's ruby.
It seems all right now, thanks
Do you have any ideas how to disable Random in Java?
I don't know for ruby, but the python version works perfectly well. Read carefuly the description: you have function
one_two
(oneTwo
for Java)Also for the python one. I think this issue is in general.
This comment is hidden because it contains spoiler information about the solution
Because there was an error in
oneTwo
function. Now it fixed. Try againFixed
Sorry. I need to spend more time to review translations. I've fixed description and oneTwo in Java
Loading more items...