News

Task 2: Write and Append Data to a File 📝 Problem Statement: Write a Python program that: Takes user input and writes it to a file named output.txt. Appends additional data to the same file. Reads ...