Suppose we want to filter a string within a program that outputs similarly to below: Input String to Filter: Transformers Input the char to replace: s Input char to insert (replace with) : * Result: Tran*former* Write Python code that prints out the characters in string str, only with character old_ch replaced with character new_ch, using the following starter code. str = input('Input String to Filter: ') old_ch = input('Intput the char to replace: ') new_ch = input('Input the char to insert (replace with) : ')

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter7: User-defined Simple Data Types, Namespaces, And The String Type
Section: Chapter Questions
Problem 3PE
icon
Related questions
Question

Suppose we want to filter a string within a program that outputs similarly to below:

Input String to Filter: Transformers
Input the char to replace: s
Input char to insert (replace with) : *
Result: Tran*former*

Write Python code that prints out the characters in string str, only with character old_ch replaced with character new_ch, using the following starter code.


str = input('Input String to Filter: ')
old_ch = input('Intput the char to replace: ')
new_ch = input('Input the char to insert (replace with) : ')

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Bare Bones Programming Language
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning