import sys print('This is error output', file=sys.stderr) print('This is standard output', file=sys.stdout)