using striip('\n') will remove any new line characters from the start and end of the string. A common use for strip('\n') is when reading text from the file - ...
確定! 回上一頁