Skip to content

standard_streams

TurtleKitty edited this page May 17, 2019 · 2 revisions

global streams

Each global stream is available to the entire program, including modules. The only other access to the operating system is the sys object, available only to the top-level program.

stdin Standard input

stdout Standard output

stderr Standard error

Clone this wiki locally