Python - Print


Stderr

Print to stderr:

import sys
print('Bad stuff happened', file=sys.stderr)