listing15-4.py 131 B

123456
  1. #!/usr/bin/env python
  2. print('Content-type: text/plain')
  3. print() # Prints an empty line, to end the headers
  4. print('Hello, world!')