#!/usr/bin/python
#################################################################################
# This Python script has bad indentation
#################################################################################
print("Content-Type: text/html \n");            #http response header 

list = [1,2,3,4,5,6,7,8,9]
for elem in list:
print(elem)