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.
Ok, but why? Isn't it an cata testing problem if it keep throw error when you solve a task with method that is different from what author expected you'l be using?
$a1 = [2,2,3];
$a2 = [4,9,9];
$this->revTest(comp($a1, $a2), false);
Why?? Must be true
if the array is larger than another array, there will be an error, and you do not have a check
A problem with your code is not a kata issue.
This comment is hidden because it contains spoiler information about the solution
while u get this test ,do not use 'str.replace '
This comment is hidden because it contains spoiler information about the solution
thanks brother.u are a nice guy
You can see the test data: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#how-can-i-see-which-input-causes-my-solution-to-fail
Print the input.
This comment is hidden because it contains spoiler information about the solution
Nvm, wrong kata.
Use Python 3.8.
Cannot test in python 3.6 Error is "No module named 'codewars_test'"
Please fix
The tests are ok, read this: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution
Please delete the repeated post.
Loading more items...