Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Python Programming Name Initials are AA Write a program to count and output to the screen the numbers of times your initials (first and last
Python Programming
Name Initials are AA
Write a program to count and output to the screen the numbers of times your initials (first and last names in either case) occur in the text file. Write a program to count and output the indicated characters from your text file to the screen using a suitable format. Character types to count: 1. Upper-case letters 2. Lower-case letters 3. Digits 4. Punctuation Write a program to find and output to the screen the character and its count of all possible characters found in your text file. Write a program to find and output to a new text file all possible words found in your text file containing your initials in either order and/or either case and/or together or separated by one to many other letters and how many times each word occurs. Example: Initials "hw": yields "how" or "which" or "When" Write a program to find and count, and then output all of the different characters and their count to a new text file that follow either the initials of your first name or your last name in your text file in either caseStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started