Agree. Was just solving a 7kyu kata, where I was being introduced to how to zip two arrays together, process them and unzip them (python). Passed the test but failed some of the random tests. There were occurences where products of calculation were equal and apparently kata creator wanted us to handle that in specific way which he didn't specify in instructions.
I understand it is a good training, but 7kyu is a beginner kata, we were being introduced to some method and without telling us how, creator wanted us to handle a some occurence that might happen in random test.
Thanks to random tests 7kyu kata became 6-5kyu kata.
anna nuvvu manodive
Ranks cannot be changed for old katas
Nice kata! Could add the requirement for a period at the end of the sentence.
Fun kata :)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Should be fine now.
Agree. Was just solving a 7kyu kata, where I was being introduced to how to zip two arrays together, process them and unzip them (python). Passed the test but failed some of the random tests. There were occurences where products of calculation were equal and apparently kata creator wanted us to handle that in specific way which he didn't specify in instructions.
I understand it is a good training, but 7kyu is a beginner kata, we were being introduced to some method and without telling us how, creator wanted us to handle a some occurence that might happen in random test.
Thanks to random tests 7kyu kata became 6-5kyu kata.
This comment is hidden because it contains spoiler information about the solution
Can't be solved in Python as the method name doesn't match method name in tests.
This comment is hidden because it contains spoiler information about the solution