Question: Make a Python program using (counter with while loop) A user enters a sentence. And then the user enters an alphabet. Sort the words only
Make a Python program using (counter with while loop)
A user enters a sentence. And then the user enters an alphabet.
Sort the words only with the alphabet (both upper and lower cases)
Use only one while statement and use upper () and lower () string methods.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
