#!/usr/bin/python a = "" file = open("test.html", "w") file.write(a) file.close()