14
pon.tu.correo.aca
2 14 27
856/ 945
Manuel
Last seen 4 years ago
Member for 5 years, 8 months, 16 days
Difficulty Normal
Best reviews / Newest reviews
Powers_of_Ten-andrea.manno1 1 1
Nice solution! but it returns True if you use verify_anagrams("aaaaaaaaaa","b"). i think you can fix it checking is the len of the strings is the same without spaces. More
2-liner: verify me-przemyslaw.daniel
I like your solution, pretty clear for a two liner! More
First-pavel.borisofff 1
I thinks this is the clearest solution, a lot of us solved like that. I just have one suggestion as fw == sw returns a boolean, you can use "return fw == sw" directly instead of the if. More