\n什么意思python,\t是什么意思 python?

表示换行的意思。比如,print "hellonworld"效果就是helloWorld"n"就是一个换行符。是转义的意思,'n'是换行,'t'是tab,''是。"abc" + "n" + "haha"的输出是abchaha 是在编写程序中句子太长,人为换行后加上但print出来是一整行。以上就是n什么意思的相关解答,希望对你有帮助哦。

THE END
分享
二维码
海报
\n什么意思python,\t是什么意思 python?
表示换行的意思。比如,print "hellonworld"效果就是helloWorld"n"就是一个换行符。是转义的意思,'n'是换行,'t'是tab,''是。"abc" + "n" + "haha"的输出是……
<<上一篇
下一篇>>