c, d = map(str, input().split()) print("Коды: " + c + " =", str(ord(c)) + ", " + d + " =", str(ord(d)))
print("Коды: a =", str(ord(c)) + "," + " " + "z =", str(ord(d)))
Ошибка
Failed test #2 of 2. Wrong answer