Write a python program where you will be given a string that contains multiple sentences separated by a comma. Your task is to separate the vowels and consonants in each word of each sentence and put the consonants at the start of the word and the vowels at the end and when doing so you have to ignore repeating vowels and consonants in a specific word.

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
I need original python code. Do not send me wrong one because others are wrong. If you send me wrong then I will report your account and give multiple dislikes sure. If you don't know the correct code , don't attempt it.
Write a python program where you will be given a string that contains multiple sentences
separated by a comma. Your task is to separate the vowels and consonants in each word of
each sentence and put the consonants at the start of the word and the vowels at the end
and when doing so you have to ignore repeating vowels and consonants in a specific word.
Sample Input 1:
"Hello there, I will have tea, General
Kenobi, I will be back"
Sample Input 2:
"Go go power rangers, There is no place
like home, You have got a friend in me"
Sample output 1:
Hleo thre, I wli hvae tea, Gnrlea Knbeoi, I
wli be bcka
Sample Output 2:
Go go pwroe rngsae, Thre si no plcae Ikie
hmoe, You hvae gto a frndie ni me
Transcribed Image Text:Write a python program where you will be given a string that contains multiple sentences separated by a comma. Your task is to separate the vowels and consonants in each word of each sentence and put the consonants at the start of the word and the vowels at the end and when doing so you have to ignore repeating vowels and consonants in a specific word. Sample Input 1: "Hello there, I will have tea, General Kenobi, I will be back" Sample Input 2: "Go go power rangers, There is no place like home, You have got a friend in me" Sample output 1: Hleo thre, I wli hvae tea, Gnrlea Knbeoi, I wli be bcka Sample Output 2: Go go pwroe rngsae, Thre si no plcae Ikie hmoe, You hvae gto a frndie ni me
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

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
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr