在python中使用print语句时,换行符\ n无效

时间:2016-05-31 15:33:40

标签: python-3.x

我有以下代码无效:

[In] f = open('f.txt')
[In] print(f.read())
hello world\nthis is a newline test\nthis is last line

换行符也会打印到输出中,为什么?

谢谢!

0 个答案:

没有答案