python如何实现横着打印

Python 2 :

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

Python3:

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

推荐学习《python教程》。

来源:PY学习网:原文地址:https://www.py.cn/article.html

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » python如何实现横着打印