swarms/test_output.py

4 lines
101 B

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