Question: Write a program that ask user to enter a sentence in Python. Split this sentence based on white space. The split should return
Write a program that ask user to enter a sentence in Python. Split this sentence based on " " white space. The split should return a list of the words. Convert the list into a tuple and then convert the tuple words into the original string.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
