Suppose I input joint characters string as string parameter to the function, like for eg 'howareyou' or 'youarewelcome' it should revert me back with 'how are you', 'you are welcome'. I am having the dictionary of words like {'how', 'you', 'welcome', 'are'}. Then how would you do it ?
↧