Ad
  • Custom User Avatar

    Your code has a problem. The log is clear, you have some extra characters. Please don't raise issues so lightly. I strongly advice you to refer to the documentation: https://docs.codewars.com/training/troubleshooting/

  • Custom User Avatar

    Input:

    String: '\t@ bananas watermelons apples watermelons lemons\nlemons apples ?\nlemons .\ncherries cherries ?\nlemons strawberries cherries'

    Markers: ['!', '=', '@', ',', '?', '^', "'"]

    Issue:

    '\t\nlemons apples\nlemons .\ncherries cherries\nlemons strawberries cherries'

    should equal

    '\nlemons apples\nlemons .\ncherries cherries\nlemons strawberries cherries'

    I think here we have a little Issue

  • Custom User Avatar

    I think in the same way