text file test
text file test
1.Which of the following mode cannot be used for opening the text file?
a)’r’ b)’w+’
c)’a’ d)’rb+’
9.Write a python program to display the total number of words present in the file from a text file
“Quotes.Txt”.
10. Write a program to read the file letter.txt and display those words which has less than or equal to
four characters.