The inverse function of ord() is the chr() function, so chr(ord('a')) returns the original character 'a' .
確定! 回上一頁