Ad
  • Default User Avatar

    You are very close to passing. I suggest you carefully print your inputs looking for edge cases. EDIT: referring to your most recent code, not what you posted above.

  • Default User Avatar

    this is the actual test:

    test.assert_equals(reverse_words('stressed desserts'), 'desserts stressed')
    
  • Custom User Avatar

    in basic tests appears this like sample:

    <'stressed stressed' should equal 'desserts stressed'>

    it should be 'desserts desserts', right?

    Are the test wrong?