001、
>>> print("xxxx") ## 输出内容, 同时添加换行符
xxxx
>>> print("xxxx", end = "") ## 输出内容, 不添加换行符
xxxx>>>
参考:https://blog.csdn.net/DisolveDislove/article/details/120379687
标签:输出,xxxx,Python,换行,添加,print,##,换行符
来源: https://www.cnblogs.com/liujiaxin2018/p/16583743.html