On 2016-08-22, Chris Angelico <[email protected]> wrote: > I tried things like "con.txt" and it simply failed (no such file or > directory), without printing anything to the console.
I'm not sure how you got that to fail, but writing to "con.txt"
certainly does write to the console in Windows 10 - I just tried it:
C:\>echo hello >con.txt
hello
--
https://mail.python.org/mailman/listinfo/python-list
