Posts

Class 12th Computer Science Practical List

Program No. Objective Page No. 1 WAP in python to count occurrences of the alphabet ‘ m ’ from the text file “demo.txt” .   2 WAP in python to count the number of lines present in the text file “demo.txt” and also display its content line by line.   3 WAP in python to read all the content of a text file “demo.txt” line by line.   4 WAP in python to read the content of the text file “demo.txt” and display the count of alphabets , numbers , words and lines present in it.   5 WAP in python to copy the content of a text file “first.txt” to another new text file “ second.txt ”.   6 WAP in python to display those lines from the text file “story.txt” which contains the word “ hello ” in it.   7 WAP in python to ...
Recent posts