Thanks, the exception change makes sense, why did you do that bit though
- fout.write(output) + fout.write(str(output))
things seem to work without and lead to the same result?
Thanks, the exception change makes sense, why did you do that bit though
- fout.write(output) str(output) )
+ fout.write(
things seem to work without and lead to the same result?