怎样使 Python3 输出时不换行?2019-10-13 本文已影响0人 晨语凡心 print(*objects,sep=' ',end='\n',file=sys.stdout,flush=False) 这是 print() 的原型。默认是以 \n 结尾,即换行。把 \n 换掉就行