Writing onto a file
Python : Writing onto a file Program List
Program [1]
Write a program that opens a file named data.txt in write mode, and writes multiple lines to it from a list of strings.
Program [2]
Write a Python program to open the file with a for appending, then add a list of texts to append to the file.
