Question: Consider a Python string named word. Write a python code to replace all occurrences of character a with character i in word. As an example,
Consider a Python string named word. Write a python code to replace all occurrences of character a with character i in word. As an example, here is one possible declaration of word: word= 'aeiou'
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
