1. Write a Python program to generate 26 text files named A.txt, B.txt, and so on up to Z.txt
2. Write a Python program to create a file where all letters of English alphabet are listed by specified number of letters on each line
3. Write a Python program to read a random line from a file.
4. Write a Python program to count the frequency of words in a file
5. Write a Python program to copy the contents of a file to another file
Write a Python program to generate 26 text files …
Share
Vote up the answer to support
For the answer download the given attachment: