Write a Python program to sort the contents of a text file and store it in another file
Write a Python program to sort the contents of a text file and store it in another file Objective: Python Program: Explanation: Make sure the input file unsorted.txt exists in your current working directory. Example Input (unsorted.txt): Output (sorted.txt): This…