Ad
  • Custom User Avatar

    Gotcha. I got it done. REALLY good edge case!

  • Custom User Avatar

    That's weird. ALL of my test cases pass except for that one. When I run it locally, it returns a correctly reversed string.

  • Custom User Avatar

    This test is failing for no reason: 'stressed desserts' should equal 'desserts stressed'

    I've tested individually on my own machine running the same version of python, and for some reason this test is failing falsely.

  • Custom User Avatar

    cmp is not necessary to solve this at all. New hint: list index values.