hi.py (90B)
1 #!/usr/bin/env python 2 3 print('Content-Type: text/plain') 4 print('') 5 print('Hi from hi.py')