Ad
  • Default User Avatar

    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|/*`=()@£§´»«ºªç"""

  • Default User Avatar

    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.

  • Default User Avatar

    ')((())())' 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.

  • Default User Avatar

    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.