How to use sys.stdout

Simon Brunning simon.brunning at gmail.com
Thu Nov 4 04:30:48 EST 2004


On Thu, 4 Nov 2004 15:24:31 +0800, Leon <square690410 at yahoo.com.tw> wrote:
> what does it have properties ?
> what does it have method ?
> how to use they ? or where can find any information

sys.stdout is a writable file object. See
<http://docs.python.org/lib/bltin-file-objects.html> for a file
object's methods.

-- 
Cheers,
Simon B,
simon.brunning at gmail.com,
http://www.brunningonline.net/simon/blog/



More information about the Python-list mailing list