Checking Anagram in Python. #python #coding #programming

preview_player
Показать описание
Hello Dear Coder,
This is something that every programmer should know in python. In this we learn how we can check for the anagram of the words in python.

Stay tuned....

#python #programming #coding
Рекомендации по теме
Комментарии
Автор

Your videos are a great resource for anyone learning to code. Thank you for creating it!❣

MyCodingDiary
Автор

i would probably do:
1. check lengths are the same
2. check sets of the characters are the same

ytlongbeach
Автор

you forgot to mention what will happen if we are not considering sensitive case

manoelramon