Lab 2F

  • Instructions:
    • Write a program that will be able to check if two words (strings) are anagrams.
    • An anagram is a word or phrase formed by rearranging the letters of a different word or phrase
  • The program should include:
    • All proper comments
    • Needed docstrings
    • User input (only expecting one user input due to not having gone over loops yet)