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.
Yes it should be there
Same here with pyhton 3.4.3. My code seems to be good enough to pass the test, but upon submitting I fail the 4th test with this message: "'))(()())())' should equal '()(((())())'"
Python 2
Which language?
Hey @GiacomoSorbi,
First of all thanks for the translation. I might have a question regarding one of the tests which I suppose you are the author of. Please check my comment in the "All" tab.
Cheers,
Thomas.
I think you might be failing for the same reason as I do? Check my comment above.
I fail, because:
'))(()())())' should equal '()(((())())'
Can anyone explain me why ))(()())()) should become ()(((())())? In my understanding both opening and closing brackets occur more than once, therefore I think the correct "translation" would be ')))))))))))'. I might have mis-understood something about the task though.
Cheers,
Thomas
I tried solving "who likes it" and facing problem in RUNTEST part.
I'm not able to understand how arguments are passed, hence my program always fails.
Here's the code
https://github.com/crj92/pyth_codewar/blob/master/program1.py
Is it supposed to be in my profile/Unfinished tab?
yes, if you run the tests it will save that version of the code and you can go back to it later.
Is there a way to save my state on a certain kata to and continue coding later on? (besides copy-paste to a text file)