Traceback (most recent call last):
File "main.py", line 18, in
static ("Avoid success at all costs!")
File "main.py", line 10, in static
test.assert_equals(rot13(d),sol(d))
File "/home/codewarrior/solution.py", line 22, in rot13
index = dict1[i]
KeyError: ' '
No only two this examples are wrong remaining all are correct check and get back to me
This comment is hidden because it contains spoiler information about the solution
EVERY THING IS PREFECT EXCEPT THIS ERROR
Traceback (most recent call last):
File "main.py", line 18, in
static ("Avoid success at all costs!")
File "main.py", line 10, in static
test.assert_equals(rot13(d),sol(d))
File "/home/codewarrior/solution.py", line 22, in rot13
index = dict1[i]
KeyError: ' '