python3的print函数

 

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

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

 

posted @ 2017-03-13 22:14  有梦就要去实现他  阅读(308)  评论(0编辑  收藏  举报