How to remove a trailing new line in Python? ... import re my_string = "SparkByExamples Provide Tutorials \n" text = re.sub(r'\n$', ...
確定! 回上一頁