Mega Code Archive

 
Categories / Python Tutorial / Buildin Module
 

Printing to stderr

print 'entering  function'  import sys  print >> sys.stderr, 'entering function'