[issue35986] print() documentation typo?
李笑来 added the comment: sep argument default value should be ' '(a space), rather than ''(an empty string). -- resolution: -> remind ___ Python tracker <https://
[issue35986] print() documentation typo?
New submission from 李笑来 : print(), default value sep, should be ' '(one space), rather than an empty str, ''. -- assignee: docs@python components: Documentation messages: 335428 nosy: docs@python, 李笑来 priority: normal severity: normal status: open title: print(