对python3中, print横向输出的方法详解

时间:2022-09-07 17:59:10

Python 2 :

print打印的时候,如果结尾有逗号,打出来时候不会换行。但是在python3里面就不行了。

Python3

3.0的print最后加个参数end=""就可以了

以上这篇对python3中, print横向输出的方法详解就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持服务器之家。

原文链接:https://blog.csdn.net/akon_wang_hkbu/article/details/78085230