9. Write a menu driven program to do the following:
• Write a Python function to display the text file IIKNEWS.TXT on the screen. At end
display number of words present in the text file
• Write a Python function to display the text file IIKNEWS.TXT on the screen; at end display
number of times words THE appear in the text file (count ignoring case)
• Write a Python function to display the text file IIKNEWS.TXT on the screen; at end display
number of lines present in the text file
• Write a Python function to display the text file IIKNEWS.TXT on the screen; at end display
number of lines starting with 'C' or 'c' or 'Tort
• Exit from the menu and quit the program
Attachments:
Answers
Answered by
0
Answer:
apanapanclaimkalamOaklandkajaliqabal
Answered by
0
• Exit from the menu and quit the program
Similar questions