Python | File handling quiz | Question 10

Last Updated :
Discuss
Comments

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')

Share your thoughts in the comments