#!/usr/bin/python
#################################################################################
# This Python script uses a variable before being defined
#################################################################################
print("Content-Type: text/html \n");            #http response header 

print(var_not_found)