프로그래밍

Python stderr print

warpmemory 2017. 7. 14. 14:05
1
2
err_msg = "error messge ..."
print >> sys.stderr, err_msg
cs