reply | raw
posted on Dec 16, 2009 1:20:15 AM
1 2 3 4 5
def main(): print 'Content-Type: text/plain\n\nhello!!(python-hello)' if __name__ == "__main__": main()