📅  最后修改于: 2022-03-11 14:45:52.165000             🧑  作者: Mango
# strip() method to remove newline characters from a string
text= "\n Welcome to Python Programming \n"
print(text.strip())