ord & chr in Python ... The chr() method in Python returns a string representing a character and a Unicode code integer. chr(98) returns the text 'b', ...
確定! 回上一頁