[Solved]Interview Extra Credit Question Important Please Submit Code Programming Question One Firs Q37158566
Interview and Extra credit question:
Important: Please submit your code to allprogramming question as a onefirstName_lastName.py file here whether or not youopt to do this extra credit question. Preferred way is you writeall your solutions in a single program and test in the same so thatI can run this one driver program and grade.
Extra credit question:
Please Note though the marks as shown is 0,this question has 10 point extra credit. It may bebit difficult or may be bit open-ended. But I encourage all to trythis question. Canvas has shortcoming in implementing the extracredit. So I will give maximum 10 marks out of 0 for this question.For example, if you did everything correct in this question I willadd extra 10 marks at the question. So if you do all things correctin this homework you will earn 110 marks out of 100.
Write a Python function to check whether two given words areanagram (Links to an external site.)Links to an external site.pair. Note that you must handle and unify the case of the word is asingle case before your check. For example “binary” into”Brainy” must be anagram pairs.
An anagram is a word or phrase formed byrearranging the letters of a different word or phrase, typicallyusing all the original letters exactly once.
Expert Answer
Answer to Interview and Extra credit question: Important: Please submit your code to all programming question as a one firstName_l… . . .
OR

