cara menulis ke file di python tanpa menghapus semua konten

file = open("FILE_NAME.txt", "w+") # opens the file in both read and write mode
Fair Finch