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 get always SyntraxError EOL and it points to end of return "It's not possible!".
But I couldn't get what is wrong. I checked everything. It seems to be an error of your test script.
It seems because "It's not possible!" is not evaluable ...
Thank you, Blind4Basics, I logout and in again. Then it worked. Just updating page didn't work. Thank you for fixing!
For python, it is still not resolved.
thank you! I encountered same issue (random test in python not passing). printed out all complex number string and the conversion - all correct.
This comment is hidden because it contains spoiler information about the solution
Thank you, meanwhile I got it fixed by better debugging ^^ . It became clear, when I looked into what it the value of the variables in each step. The Kata is really nice! :) Thank you for the work put in!
Are all python extended tests correct? - Tested by enough other people?
I stuck at test 31 - (nested loopig test) - But couldn't find the mistake in my code ...
Hm ... I just saw that anter69 4 questions below stuck at the same point.
I also had this
Your interpreter should also work with nested loops: '11100\r\n11100\r\n11100\r\n11000\r\n11000' should equal '11100\r\n11100\r\n11000\r\n11000\r\n11000'
error message ...
if these are all numbers within the limits of maximum integers for variables a, b which Python can hold in a variable - computationally, it is the most efficient solution, isn't it?