Answered step by step
Verified Expert Solution
Question
1 Approved Answer
help me using python.. 2. Write a program that reads a string as an input from the user. Replace the appropriate characters in the string
help me using python..
2. Write a program that reads a string as an input from the user. Replace the appropriate characters in the string using the following rules. Then, display the result as your output. (a) The first character in the string should be capitalised. (b) "" should be replaced with "I, if it is both preceded and followed by a space. (c) The first non-space character after a ".", "?" or "?" should be capitalised. [7 marks] Sample output: Enter a string: what time do i have to be there? what's the address? It is capitalised as: What time do I have to be there? What's the addressStep 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