아스키코드 활용

print(chr(ord('a') + (ord('z') + 5 - ord('a')) % 26))

z에서 5번째 후 알파벳 구하기