Table of Contents
Python - IO Stream
Standard Stream
IO - Standard streams (stdin, stdout, stderr)
import sys sys.stderr.write('spam\n')