Index Page
Index Page
13. Write a program to enter the number in a list using split() and the
function related to list.
17. Write a method in python to read lines from a text file “Diary.txt”,
and display those lines which starting with the letter “P”.
18. Write a python function that finds and display all the words
longer than 5 character from a text file “Words.txt”.
20. Write a python code to find the size of the file in bytes, number
of lines and Number of vowel.