Skip to content

Instantly share code, notes, and snippets.

@PixelRobot
Created December 14, 2008 18:34
Show Gist options
  • Save PixelRobot/35749 to your computer and use it in GitHub Desktop.
Save PixelRobot/35749 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
# Required header that tells the browser how to render the text.
print "Content-Type: text/plain\n"
# Print a simple message to the display window.
print "Made with Python and honour."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment