As mentioned in Chapter 2, all characters have a corresponding character code that you can find using the ord function: >>> ord('a') 97 >>> ord('b') 98 ...
確定! 回上一頁