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