Ok im trying to create a file that the user chooses the name of and
print a varible that is a string to the text file. but for some reason
whne i do this code:<br>
<br>
FILE = open(filename, &quot;w&quot;)<br>
FILE.write(puzzleanswers)<br>
FILE.close()<br>
<br>
it doesnt write anything does anyone know how to fix it&nbsp; so it works?<br>