Ad
  • Custom User Avatar

    I see my mistake, repeated once means each letter appears twice. The kata is okay

  • Custom User Avatar

    The instruction is misleading - It states: Given a string, you have to return a string in which each character (case-sensitive) is repeated once.
    "return a string in which each character (case-sensitive) is repeated once" should be changed to "return a string in which each character (case-sensitive) is repeated twice". That would help.

  • Custom User Avatar

    The tests are broken, in Python - The expected result and actual result are reversed