#!/usr/bin/python3 print("Content-Type: text/html\n\n") msg = "Hello, World!" print("""%s""" % msg)