First of all, we need to know a function ord(), which returns the ascii value of a character, such as ord("A") is 65, you can see that it is 65 according to ...
確定! 回上一頁