- 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.
- string slices
- string conditions, using the in keyword or a relational operator
- string methods, such as count or find
- Reply to another student’s post. Modify that student’s program by adding another function that counts the number of digits in the string. Post your modified code as an attachment (.py file) and post a screenshot of executing your program on at least one test case. Document the code describing your change.
Classmate:
– Carliena Rivera
– Nayab Majeed