List of file handling exercises
List of file handling exercises
m
1. Write a python program to create a file and write contents, save and close the file.
co
2. Write a python program to read file contents and display on console.
a.
3. Write a python program to read numbers from a file and write even, odd and prime
numbers to separate file.
ity
4. Write a python program to append content to a file.
8. Write a python program to count characters, words and lines in a text file.
ud
10. Write a python program to remove specific line from a text file.
.s
w
11. Write a python program to remove empty lines from a text file.
w
14. Write a python program to count occurrences of all words in a text file.
15. Write a python program to find and replace a word in a text file.
16. Write a python program to replace specific line in a text file.
18. Write a python program to convert uppercase to lowercase character and vice versa in a
text file.
m
19. Write a python program to find properties of a file using stat() function.
co
20. Write a python program to check if a file or directory exists.
a.
21. Write a python program to rename a file using rename() function.
ity
22. Write a python program to list all files and sub-directories recursively.
ad
ne
y zo
t ud
.s
w
w
w