Question: Need help with this Python 3 program asap. Thanks so much people of Chegg. Anagrams. In an earlier chapter we created a program that tested
Need help with this Python 3 program asap. Thanks so much people of Chegg.
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, and False otherwise, (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".)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
