Both are Python built-in functions. The ord() takes a string of length one. x = ord('ab') # TypeError: ord() expected a character ...
確定! 回上一頁