Standard Input, Output, and ErrorStandard Files
These are used by several built-in functions
You can replace these with other files if you wantimport sys sys.stdout = open("output","w") |
<<< | O'Reilly OSCON 2000, Advanced Python Programming, Slide 35 July 17, 2000, beazley@cs.uchicago.edu |
>>> |