out = open ("output.jh")
towrite= a+b
out.write (towrite)
When you want to put an output to a file. instead of the information going right next to eachother how could they go one over the other in the file. This would be for many different outputs.