Python automatically handles universal newlines, thus .split('\n') will split correctly, independently of the newline convention. It would ...
確定! 回上一頁