Ad
  • Default User Avatar

    Can anyone please explain how the below test case should equal true?
    solution('abcde', ''), True
    '' is not even a space, if i'm not mistaken the last character of the string 'abcde' is 'e' and not ''.