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