标签: python-3.x
我有以下代码无效:
[In] f = open('f.txt') [In] print(f.read()) hello world\nthis is a newline test\nthis is last line
换行符也会打印到输出中,为什么?
谢谢!