What about something like this: print [ord(char) - 96 for char in raw_input('Write Text: ').lower()].
確定! 回上一頁