The Python ord() function takes a character (=string of length one) as an input and returns the Unicode number of this character. For example, ord('a') returns ...
確定! 回上一頁