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.
Hey, I take it from your reply to another comment that's you've figure this out. Could you give me a hint? I'm using the following with string.maketrans() and still can't pass the ['Nopesville'] test.
"""$%&?<>{}[]+^~-_;:.,'"!#1234567890|/*`=()@£§´»«ºªç"""
I have an issue. I was trying to write the code for Find the Parity Outlier 6 kyu kata and was having trouble submiting. So I looked around and tried a solution that's on SO. I must've accidentaly pressed "Submit Final" because last I saw that solution appears in my page, although if I go to the kata's solutions page and try to see mine, it won't show up.
Nevertheless I got rank points from it and I would like to have this undone.
')((())())' should equal '()(((())())'
Last test when I submit gives me this result. Anyone got a test case for this? My code's ignoring 2 characters it seems. Doing it with Python.
How come my code works on IPython console, passes the test, and the submit button process still claims the returned array is missing a value? "['ab', 'zab'] should equal ['ab', 'abc', 'zab']" Running on a python terminal, it does.