print() print(......,end=‘\n‘) ****print 自带end=‘\n’,默认为换行,可以修改end=‘ ’的值。使print不换行
零碎知识
原文:https://www.cnblogs.com/guodengjian/p/8611443.html