Please help on print string that contains 'tab' and 'newline'

Steven D'Aprano steve+comp.lang.python at pearwood.info
Sun Jan 28 20:35:30 EST 2018


On Sun, 28 Jan 2018 17:04:56 -0800, Dan Stromberg wrote:

> How about:
>>>> os.write(1, message)


What do you think that will do that print() doesn't do?



-- 
Steve




More information about the Python-list mailing list