FILE = open(filename, "w")
FILE.write(puzzleanswers)
FILE.close()
it doesnt write anything does anyone know how to fix it so it works?
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor