python3的print函数

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python3的print函数相关的知识,希望对你有一定的参考价值。

 

print()函数也可以接受多个字符串,用逗号“,”隔开,就可以连成一串输出:

>>> print(The quick brown fox, jumps over, the lazy dog)
The quick brown fox jumps over the lazy dog

 

以上是关于python3的print函数的主要内容,如果未能解决你的问题,请参考以下文章

PyThon3函数的使用

python3.5------day4--function

python3-day4-python函数

python3的print函数

python3 匿名函数

scrapy主动退出爬虫的代码片段(python3)