document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. $ cat example.py
  2. #!/usr/bin/python
  3. import sys
  4. print >> sys.stderr, "Hello world!"
  5. $ python example.py 2> /dev/null
  6. $
');