How to Check if Two Strings are Anagram with Python Code 🔥

preview_player
Показать описание
Follow the tutorial to learn about these python functions:
- lower()
- upper()
- sorted()
We will then use the functions above to create a python program that checks if two words are anagram!

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Anagram:
========
"Two strings are said to be anagram if we can form one string by arranging the characters of another string. For example, Race and Care. Here, we can form Race by arranging the characters of Care.
Рекомендации по теме