Mega Code Archive
Categories
/
Python Tutorial
/
Introduction
Print to standard error
import sys print >> sys.stderr, 'Fatal error: invalid input!'