Python 中print()函数 end 参数的目的是什么?
print()
end
Python 的 print() 函数总是在最后打印一个换行符。print()函数接受一个称为end的可选参数。默认值为\n。可以使用此参数更改 print 语句中的结束字符。
\n
print