Get your own Python server Result Size: 625 x 565
x
 
f = open("myfile.txt", "a")
f.write("Now the file has one more line!")
f.flush()
f.write("...and another one!")