Question: new to python, i am using python 3 on mac, if you can include screen also 0.17 (Anagrams) Write a function that checks whether two
new to python, i am using python 3 on mac, if you can include screen also

0.17 (Anagrams) Write a function that checks whether two words are anagrams. Two words are anagrams if they contain the same letters. For example, silent and Tisten are anagrams. The header of the function is: def ?sAnagram(s1, s2): Hint: Obtain two lists for the two strings. Sort the lists and check if two lists are identical.) Write a test program that prompts the user to enter two strings and, if they are anagrams, displays is an anagram; otherwise, t displays is not an anagram
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
