DISCUSSION WEEK 6 CMISCreate a Python program that accepts a string as input. It should analyze some characteristic of that string and display the result of that analysis. Some examples are·...

I am re-submitting this assignment because I have not received all the assignment that I already paid for


DISCUSSION WEEK 6 CMIS  Create a Python program that accepts a string as input. It should analyze some characteristic of that string and display the result of that analysis. Some examples are · Finding or counting a certain character, such as a letter, space, tab, etc. in the string. · Converting the first letter of each word to upper case. It should also determine if your initials, in any case combination, are inside the string. The program must use at least one of the following: · string slices · string conditions, using the in keyword or a relational operator · string methods, such as count or find You cannot use regular expressions. Post your code as an attachment (.py file) and post a screen shot of executing your program on at least one test case. Be sure to choose a program different from any of the programs already posted by your classmates.
Nov 29, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here