No installations needed! Write Python directly in your browser and get instant feedback with our smart validation system.
Determine whether two given strings are anagrams.
You are given two string variables:
Two strings are anagrams if they contain the same characters with the same frequencies, but possibly in different orders.
Check if
Print
Output:
Get your code reviewed and validated to understand what you did right and where you can improve.