Anagrams. In an earlier chapter we created a program that tested whether two strings were anagrams. (We sorted the strings and then compared them.)
(a) Write a function that returns
True, if two strings are anagrams, andFalseotherwise. (Starting hint: How many parameters do you need?)(b) Write a program that uses your function. The program should prompt for the two strings, call the function, and then print results (something other than
True or False).
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.