python print 打印字符串 如何换行 \n

python print 打印字符串 如何换行

print("ab\ncd")

也可以添加制表符 \t

print("ab\t\ncd")