This is a simple Python program that takes a sentence as input, removes punctuation, converts all words to lowercase, splits it into individual words, and prints the frequency of each word. Converts ...