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.
I used the magic method repr and get lots of errors like '37/40 should equal 37/40'. Can somebody give my hint as to what is going on here?
thank you!
Print them.
How to view the input of basic tests?
Everything is correct except for the 10 basic test.
Same problem happens with C++
printing did not work...it says expected:(true) but was:(false)
That won't be of much help with arrays, try google with "printing an array in java"
System.out.println(input);
so how do i print the input??
Thanks! I will need some time to read this.
https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#print-input
This comment is hidden because it contains spoiler information about the solution
Thanks! I didn't read the description well enough. Now I'm back to fixing bugs in my main code :)
You're trying to sort something that's not a list.
I think there's an issue with the python version. My arrays are called a1 and a2 and I can't sort the second one. Locally it works but here, I get
Loading more items...