Implement a program that requests three words (strings) from the user. Your program should print… 1 answer below »
Implement a program that requests three words (strings) from the user. Your program should print Boolean value True if the words were entered in dictionary order; otherwise nothing is printed.
>>> Enter first word: bass
Enter second word: salmon
Enter third word: whitefish True