#!/usr/local/bin/python3.4 # coding:utf-8 print("Content-Type: application/json; charset=UTF-8\r\n") print("Hello World!\n") print("This is JSON.\n")