#!/usr/bin/env python3
import os
print("Content-Type: text/plain")
print()
print(os.getenv("QUERY_STRING",""))
print(__name__)
print(os.getcwd())