CO-4 Implement file input/output operations in Python, including reading and writing Outcome files, understanding file functions, and manipulating file pointers. Q.1 Write a program to count no of words , letters and line in a text file . CO 4 Q.2 CO 4 Write a program to copy content of a file to another file . Q.3 CO 4 Write a program to print only those words in a file which contain atleast 2 vowels Input- ‘python is a programming language’ in txt file Output –programming language Q. 4 Describe in detail how exceptions are handled in Python. Give relevant Examples. CO 4 Q. 5 Write a program to read lines from a text file starting with "I" or "C" with a CO 4 suitable example. Q. 6 Explain modes to open a file with a suitable example. CO 4 Q. 7 Write a program to print words having more than five characters in a text CO 4 file with a suitable example.