There are several ways to write to stderr: # Note: this first one does not work in Python 3 print >> sys.stderr, "spam" ...
-
April 7, 2022
- 0 Comments