An anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once. For example the word binary can be rearranged into brainy or the word adobe into abode. (Wikipedia) 1. Write a python program that uses the built-in set properties to show that two words entered by a user are anagrams: