Ad
  • Default User Avatar

    Already mentioned by Blind4Basics, closing

  • Default User Avatar

    Thanks for the tip was able to get it to pass. My solution is not quite as elegant as the others and I had to cheese one of the tests. Thanks again!

  • Custom User Avatar

    Yes, where is the issue?

        @Test
        public void Test2()
        {
           assertEquals("R L", new Dubstep().SongDecoder("RWUBWUBWUBLWUB"));
        }
    
  • Custom User Avatar

    Your last if is wrong, check it. And when you fix that, your code still won't pass all the tests, but I think you can work out why.

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Python Completions 18347

    I guess no, but posting your code here using markdown formatting and marking your post as having spoiler content would be helpful to see what's wrong with your code.

  • Default User Avatar

    I am doing the python version of this. When I run the code on my machine the output is correct.(Im not sure if I am doing it completely correctly.) On the tests it says 'A' should be 'A B C' but when I run the code locally my output is 'A B C'
    Not wanting to look at the solutions for this. Any suggestsions would be helpful.
    Has anyone else had issues with the python version?