... z print(shiftLetter('E',3)) # H print(shiftLetter('Y',3)) # B print(shiftLetter('f',26)) # f print(shiftLetter('q',300)) # e.
確定! 回上一頁