If input is a dictionary word, output list will include input word. So [god] will return [god], but [odg] will not return [odg]. Can you create a program to solve a word jumble? The program should ...