Ad
  • Custom User Avatar

    The first test case in python is incorrect. You have white spaces should be stripped at the end of the line (before \n) so the space character after pears should not appear.

    Should be: 'apples, pears\ngrapes\nbananas' should equal 'apples, pears\ngrapes\nbananas'

    Shouldn't be:'apples, pears\ngrapes\nbananas' should equal 'apples, pears \ngrapes\nbananas'

  • Custom User Avatar

    there's two 3s in the 8th column.....