Computer Science, asked by vedant200423, 9 days ago

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 charutagharge
0

Answer:

apanapanclaimkalamOaklandkajaliqabal

Answered by gayatriwagh77
0

• Exit from the menu and quit the program

Similar questions