I want to write, say, 'hello\tworld' as-is to a file, but doing f.write('hello\tworld') makes the file look like: hello world
How can I fix this? Thanks in advance. Sam -- https://mail.python.org/mailman/listinfo/python-list
I want to write, say, 'hello\tworld' as-is to a file, but doing f.write('hello\tworld') makes the file look like: hello world
How can I fix this? Thanks in advance. Sam -- https://mail.python.org/mailman/listinfo/python-list