โ Back to Strings
Question 423
Check for Anagrams
Check for Anagrams
Two words are anagrams when they contain exactly the same letters rearranged. Determine whether"listen"and"silent"are anagrams and print the boolean result: True
Expected Output:
True
Topics:
Strings
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.