outPath = "output.txt"file = open(outPath, 'wb')if file: file.close()else: print "Error Opening File."
Name (required)
email (will not be published) (required)
Website