how to edit the contents of a file in python code example Example: python edit text file with open("foo.txt", "a") as f: f.write("new line\n")