#!/usr/bin/python3.2 import cgitb cgitb.enable() print("Content-Type: text/html\n") print("Test") bob = "Скажем что-нибудь по-русски" print(bob) print("")