Example 1: chr() python The chr() method returns a string representing a character whose Unicode code point is an integer. print(chr(71), chr(101), chr(101) ...
確定! 回上一頁