You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
words = (re.sub(r'([^A-Za-z\s]|_)+', '', str(eval(input("Enter Sentence"))))).split() #Gets string input and strips of everything except alphabetic characters and space, then converts to list