我只知道一个Kwarg的打印功能,那是 end= ,还有其他吗?
end=
我在这里查阅了文档:
https://docs.python.org/3.1/tutorial/inputoutput.html
但它似乎不是真正全面的关于 kwarg 用于 print()
kwarg
print()
是 this 你在找什么?
打印(*objects,sep='',end='\n',file=sys.stdout,flush=false)