#!/usr/bin/python3
print("Content-Type: text/plain\n\n")
print("Python works!")
