How can you write data to a file without overwriting its existing content in Python?
file.write_data()
write_file()
file.write_append()
file.write('a')
This question is part of this quiz :