Since it is already lowercase, lower() would do nothing to 'ß'; casefold() converts it to “ss”. Python's casefold() implements the Unicode's ...
確定! 回上一頁