Standard Input, Output, ErrorStandard Files
Many built-in functions use these
You can replace these files with other files if you want
import sys
sys.stdout = open("output","w")
|
| <<< | O'Reilly OSCON 2000, Introduction to Python, Slide 116 July 17, 2000, beazley@cs.uchicago.edu |
>>> |