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 "<=".
i am also facing same problem. Please share test case
Also having htis problem.
would love a solution to this as well, i am having the same problem...
Loading collection data...
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 "<=".
i am also facing same problem. Please share test case
Also having htis problem.
would love a solution to this as well, i am having the same problem...