A program to dynamically evaluate whether two user-provided strings are anagrams of each other (meaning they contain the exact same letters in the same quantities), utilizing Python's string ...