stdin -> stdout
gry at ll.mit.edu
gry at ll.mit.edu
Fri Aug 19 11:51:01 EDT 2005
Previous message (by thread):
stdin -> stdout
Next message (by thread):
stdin -> stdout
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
import sys for l in sys.stdin: sys.stdout.write(l) -- George
Previous message (by thread):
stdin -> stdout
Next message (by thread):
stdin -> stdout
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list