#!/usr/bin/python
#################################################################################
# This Python script is missing a first print() statement containing
# ... "Content-Type: text/html \n" 
#################################################################################

#print("Content-type: text/html \n")
print("<h2>Hello World! </h2>")