Ad
  • Custom User Avatar

    In 'stressed desserts' should equal 'desserts stressed' the first one is not the input value, it is what your function returned instead of the expected value.

  • Default User Avatar

    also, just to make sure you read the logs ok: the log appears above the test result.

  • Default User Avatar

    this is a valid test. it has been thoroughly vetted in Python and works correctly.

    test.assert_equals(reverse_words('stressed desserts'), 'desserts stressed')