Python 3 is NOT backward compatible with Python 2. ... ord(c) returns the integer ordinal (Unicode) of a one-character string >>> ord('A') 65 >>> ord('水') ...
確定! 回上一頁