Windows uses the carriage return in addition to the newline character, denoted by \r\n, but Python's print() function converts \n to \r\n as ...
確定! 回上一頁