#################################################################################
# This Python script does not have a proper shebang line
#!/usr/bin/python  or  python3
# or script was uploaded using 'binary' mode instead of 'text' or 'ascii' mode 
#################################################################################
print("Content-Type: text/html \n");            #http response header 

print("<h2>Hello World! </h2>")