• Custom User Avatar

    There are more than 7 tests.

    I was getting the same error.

    I had this line of code:
    if len(alphabet) < alphabet.index(char) + 13:

    And the error message went away when I replaced "<" with "<=".

  • Custom User Avatar

    i am also facing same problem. Please share test case

  • Custom User Avatar

    Also having htis problem.

  • Custom User Avatar

    would love a solution to this as well, i am having the same problem...