1#!/usr/bin/python 2import os 3print("Content-Type: text/plain \n\n") 4print("This is from python") 5 6