#!/usr/bin/env python # -*- coding: UTF-8 -*- print("Content-Type: text/html\n") print("Hello World! The answer to live, the universe and everything is %i." % (2 * 21))