Skip to content

Instantly share code, notes, and snippets.

@thamizhchelvan
Created December 10, 2017 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thamizhchelvan/ca80919b3bed48e1750cf94b6359c034 to your computer and use it in GitHub Desktop.
Save thamizhchelvan/ca80919b3bed48e1750cf94b6359c034 to your computer and use it in GitHub Desktop.
Python as CGI
#!"C:\Python27\python.exe"
import cgi
print "Content-Type: text/html \n\n"
print "Hello, I am from Python using Xampp Server"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment