The Python chr() function returns the string representing a character whose Unicode is an integer. For example, chr(98) returns character b.
確定! 回上一頁